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.
public virtual bool LazyLoadingEnabled { get; set; }
member this.LazyLoadingEnabled : bool with get, set
Public Overridable Property LazyLoadingEnabled As Boolean
Property Value
Remarks
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework