GetObjectStateEntries Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Namespace: System.Data.Objects
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Returns a collection of ObjectStateEntry objects for the given EntityState.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public IEnumerable<ObjectStateEntry> GetObjectStateEntries (
EntityState state
)
Parameters
Return Value
System.Collections.Generic.IEnumerable<(Of T>)A collection of ObjectStateEntry objects for the given EntityState.
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 value.