DbContext.ChangeTracker 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.
Provides access to information and operations for entity instances this context is tracking.
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ChangeTracker ChangeTracker { get; }
member this.ChangeTracker : Microsoft.EntityFrameworkCore.ChangeTracking.ChangeTracker
Public Overridable ReadOnly Property ChangeTracker As ChangeTracker
Property Value
Remarks
See EF Core change tracking for more information and examples.
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