ObjectContext.ObjectStateManager Property
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.ObjectStateManagerThe ObjectStateManager used by this ObjectContext.
These examples are based on the Adventure Works 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.