ObjectContext::ObjectStateManager Property
.NET Framework (current version)
Gets the object state manager used by the object context to track object changes.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Property Value
Type: System.Data.Objects::ObjectStateManager^The ObjectStateManager used by this ObjectContext.
These examples are based on the AdventureWorks Sales Model. This example gets the ObjectStateManager from the ObjectContext and uses the state manager to access an object in the context.
This example uses the TryGetObjectStateEntry method on the returned ObjectStateManager to get an object based on its entity key.
.NET Framework
Available since 3.5
Available since 3.5
Show: