The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ObjectContext::ObjectStateManager Property
Entity Framework 6.0
Gets the object state manager used by the object context to track object changes.
Assembly: EntityFramework (in EntityFramework.dll)
public: property ObjectStateManager^ ObjectStateManager { virtual ObjectStateManager^ get(); }
Property Value
Type: System.Data.Entity.Core.Objects::ObjectStateManager^The ObjectStateManager used by this ObjectContext .
Show: