ObjectStateManager::TryGetObjectStateEntry Method

 

Tries to return an ObjectStateEntry object for a specific object or relationship entry.

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

NameDescription
System_CAPS_pubmethodTryGetObjectStateEntry(EntityKey^, ObjectStateEntry^%)

Tries to retrieve the corresponding ObjectStateEntry for the object or relationship with the specified EntityKey.

System_CAPS_pubmethodTryGetObjectStateEntry(Object^, ObjectStateEntry^%)

Tries to retrieve the corresponding ObjectStateEntry for the specified Object.

Return to top
Show: