AuthorizerBaseCanLoadEntity Method  | 
 
             Determines whether the caller is allowed to load the data into the entity instance specified.
             
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
RemarksData inside the entity is the data fetched from the db. If the method returns false, the entity will be reset with a new set of empty fields
See Also