Click or drag to resize
EntityCoreTFieldsOnSetValue Method
Called right at the beginning of SetValue(), which is called from an entity field property setter

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 OnSetValue(
	int fieldIndex,
	Object valueToSet,
	out bool cancel
)

Parameters

fieldIndex
Type: SystemInt32
Index of the field to set.
valueToSet
Type: SystemObject
The value to set.
cancel
Type: SystemBoolean
if set to true, the setvalue is cancelled and the set action is terminated
See Also