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.0.0.0 (5.0.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