Compartilhar via


UpdateException.StateEntries Propriedade

Definição

Obtém os ObjectStateEntry objetos para este 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)

Valor da propriedade

Uma coleção de objetos ObjectStateEntry composta por uma única entidade e zero ou mais relações ou zero entidades e uma ou mais relações.

Aplica-se a