ObjectStateManager::GetObjectStateEntries Method (EntityState)
.NET Framework (current version)
Returns a collection of ObjectStateEntry objects for objects or relationships with the given state.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Parameters
- state
-
Type:
System.Data::EntityState
An EntityState used to filter the returned ObjectStateEntry objects.
Return Value
Type: System.Collections.Generic::IEnumerable<ObjectStateEntry^>^A collection of ObjectStateEntry objects in the given EntityState.
| Exception | Condition |
|---|---|
| ArgumentException | When state is Detached. |
The EntityState is a bit field, so state entries for multiple states can be retrieved in one call by doing a bitwise OR of more than one EntityState values.
.NET Framework
Available since 3.5
Available since 3.5
Show: