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.11.0.0 (5.11.23.1114)
Syntax protected virtual void OnSetValueComplete(
int fieldIndex
)
Protected Overridable Sub OnSetValueComplete (
fieldIndex As Integer
)
Parameters
- fieldIndex
- Type: SystemInt32
Index of the field to set.
See Also