ChangeTracker.LazyLoadingEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether navigation properties for tracked entities will be loaded on first access.
The default value is true. However, lazy loading will only occur for navigation properties of entities that have also been configured in the model for lazy loading.
public virtual bool LazyLoadingEnabled { get; set; }
member this.LazyLoadingEnabled : bool with get, set
Public Overridable Property LazyLoadingEnabled As Boolean
Property Value
Applies to
Feedback
Submit and view feedback for