ObjectStateManager::TryGetObjectStateEntry Method
.NET Framework (current version)
Tries to return an ObjectStateEntry object for a specific object or relationship entry.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | TryGetObjectStateEntry(EntityKey^, ObjectStateEntry^%) | Tries to retrieve the corresponding ObjectStateEntry for the object or relationship with the specified EntityKey. |
![]() | TryGetObjectStateEntry(Object^, ObjectStateEntry^%) | Tries to retrieve the corresponding ObjectStateEntry for the specified Object. |
Show:
