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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework