EntityBaseEnableLazyLoading Field |
Global flag to control whether lazy loading should be enabled (true, default) or not (false). Setting this to false, disables normal
lazy loading in entities, unless the specific 'AlwaysFetch...' flag is set for the particular navigator in the entity instance.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public static bool EnableLazyLoading
Public Shared EnableLazyLoading As Boolean
Field Value
Type:
BooleanSee Also