DbContext::ChangeTracker Property

Entity Framework 5.0

Provides access to features of the context that deal with change tracking of entities.

Namespace:  System.Data.Entity
Assembly:  EntityFramework (in EntityFramework.dll)

public:
property DbChangeTracker^ ChangeTracker {
	DbChangeTracker^ get ();
}

Property Value

Type: System.Data.Entity.Infrastructure::DbChangeTracker
An object used to access features that deal with change tracking.
Show: