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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework