Click or drag to resize
EntityCoreTFieldsPostFieldValueSetAction Method
Method to perform post-fieldvalue set actions, like flagging this object as changed.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual void PostFieldValueSetAction(
	bool fieldValueSet,
	string propertyName
)

Parameters

fieldValueSet
Type: SystemBoolean
Field value set flag. If false, nothing happens in this method.
propertyName
Type: SystemString
Name of the property.
Remarks
Call this method from an override of SetNewFieldValue after that routine has been called with 'false' for FireChangeEvent
See Also