Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual bool OnCanLoadEntity()

Return Value

Type: Boolean
true if the caller is allowed to load the data into this instance, otherwise false.
See Also