Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public static bool EnableLazyLoading

Field Value

Type: Boolean
See Also