'Declaration Public Property DeferredLoadingEnabled As Boolean
public bool DeferredLoadingEnabled {get; set;}
'Declaration Public Property DeferredLoadingEnabled As Boolean
public bool DeferredLoadingEnabled {get; set;}
Note
If this property is set to false after a query has been executed, an exception is thrown. See the Valid Modes section.
Valid modes
Deferred loading requires object tracking. Only the following three modes are valid:
The flags may not be changed after a query has been executed. Any change after the execution of the first query that uses that DataContext throws an exception.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2