Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
protected virtual void OnGetValueComplete(
	int fieldIndex
)

Parameters

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