This topic has not yet been rated - Rate this topic

GetObjectStateEntries Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns a collection of ObjectStateEntry objects for the given EntityState.

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

public IEnumerable<ObjectStateEntry> GetObjectStateEntries (
	EntityState state
)
Not applicable.

Parameters

state
System.Data.Objects.EntityState

A EntityState.

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.

Windows Server 2003, Windows XP SP2, Windows Vista

The .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.5
Did you find this helpful?
(1500 characters remaining)