ChangeTracker.LazyLoadingEnabled Property

Definition

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