EntityCoreTFieldsOnCanGetFieldValue Method |
Method which will check if the caller is allowed to get 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.4.0.0 (5.4.0)
Syntax protected virtual bool OnCanGetFieldValue(
int fieldIndex
)
Protected Overridable Function OnCanGetFieldValue (
fieldIndex As Integer
) As Boolean
Parameters
- fieldIndex
- Type: SystemInt32
Index of the field of which the value has to be obtained.
Return Value
Type:
Booleantrue if the caller is allowed to obtain the value for the field specified.
See Also