Click or drag to resize

EntityCore<TFields>.OnGetValueComplete 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.8.0.0 (5.8.21.0111)
Syntax
protected virtual void OnGetValueComplete(
	int fieldIndex
)

Parameters

fieldIndex
Type: System.Int32
Index of the field to get.
See Also