Click or drag to resize
EntityCoreTFieldsOnCanSetFieldValue Method
Method which will check if the caller is allowed to set the field value with the index specified.

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 bool OnCanSetFieldValue(
	int fieldIndex
)

Parameters

fieldIndex
Type: SystemInt32
Index of the field of which the value has to be set.

Return Value

Type: Boolean
true if the caller is allowed to set the value for the field specified.
See Also