EntityCoreTFieldsOnGetValueComplete Method |
Called right at the end of GetValue(), which is called from an entity field property getter
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 OnGetValueComplete(
int fieldIndex
)
Protected Overridable Sub OnGetValueComplete (
fieldIndex As Integer
)
Parameters
- fieldIndex
- Type: SystemInt32
Index of the field to get.
See Also