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.1.0.0 (5.1.0)
Syntax protected virtual bool OnCanSetFieldValue(
int fieldIndex
)
Protected Overridable Function OnCanSetFieldValue (
fieldIndex As Integer
) As Boolean
Parameters
- fieldIndex
- Type: SystemInt32
Index of the field of which the value has to be set.
Return Value
Type:
Booleantrue if the caller is allowed to set the value for the field specified.
See Also