Click or drag to resize
EntityCoreTFieldsOnSetValueComplete Method
Called right at the end of SetValue(), which is called from an entity field property setter

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 OnSetValueComplete(
	int fieldIndex
)

Parameters

fieldIndex
Type: SystemInt32
Index of the field to set.
See Also