| IAuthorizerCanGetFieldValue Method  | 
 
            Determines whether the caller can obtain the value for the field with the index specified from the entity type specified. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
 Syntax
Syntaxbool CanGetFieldValue(
	IEntityCore entity,
	int fieldIndex
)
Function CanGetFieldValue ( 
	entity As IEntityCore,
	fieldIndex As Integer
) As Boolean
Parameters
- entity
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
 The entity instance to obtain the value from.
- fieldIndex
- Type: SystemInt32
 Index of the field to obtain the value for.
Return Value
Type: 
Booleantrue if the caller is allowed to obtain the value, false otherwise
 See Also
See Also