DbContext.ChangeTracker Property

Definition

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