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
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