AuthorizerBaseCanLoadEntity Method |
Determines whether the caller is allowed to load the data into the entity instance specified.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax Remarks Data 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