Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual void OnGetValue(
	int fieldIndex,
	out bool cancel
)

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