EntityCoreTFieldsOnGetValue Method |
Called right at the beginning 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.1.0.0 (5.1.0)
Syntax protected virtual void OnGetValue(
int fieldIndex,
out bool cancel
)
Protected Overridable Sub OnGetValue (
fieldIndex As Integer,
<OutAttribute> ByRef cancel As Boolean
)
Parameters
- fieldIndex
- Type: SystemInt32
Index of the field to get. - cancel
- Type: SystemBoolean
if set to true, the getvalue is cancelled and null is returned instead.
See Also