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 features of the context that deal with change tracking of entities.
public System.Data.Entity.Infrastructure.DbChangeTracker ChangeTracker { get; }
member this.ChangeTracker : System.Data.Entity.Infrastructure.DbChangeTracker
Public ReadOnly Property ChangeTracker As DbChangeTracker
Property Value
An object used to access features that deal with change tracking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework