Information
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.

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

public:
property ObjectStateManager^ ObjectStateManager {
	virtual ObjectStateManager^ get();
}
Return to top
Show: