UpdateException.StateEntries Property

Definition

Gets the ObjectStateEntry objects for this UpdateException .

public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Objects.ObjectStateEntry> StateEntries { get; }
member this.StateEntries : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Objects.ObjectStateEntry>
Public ReadOnly Property StateEntries As ReadOnlyCollection(Of ObjectStateEntry)

Property Value

A collection of ObjectStateEntry objects comprised of either a single entity and 0 or more relationships, or 0 entities and 1 or more relationships.

Applies to