IReadOnlyNavigationBase.LazyLoadingEnabled Property

Definition

Determines whether or not this navigation should lazy-load if lazy-loading is enabled and a mechanism for lazy-loading has been configured in the model.

public virtual bool LazyLoadingEnabled { get; }
member this.LazyLoadingEnabled : bool
Public Overridable ReadOnly Property LazyLoadingEnabled As Boolean

Property Value

Remarks

See Lazy loading for more information and examples.

Applies to