EntityCoreTFieldsOnCanLoadEntity Method |
Method which will check if the caller is allowed to fill this entity object with entity data from the database or not.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected virtual bool OnCanLoadEntity()
Protected Overridable Function OnCanLoadEntity As Boolean
Return Value
Type:
Booleantrue if the caller is allowed to load the data into this instance, otherwise false.
See Also