DbContext.ChangeTracker Property

Definition

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