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.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.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