Compartir a través de


UpdateException.StateEntries Propiedad

Definición

Obtiene los ObjectStateEntry objetos de este UpdateException objeto .

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 de propiedad

Una colección de objetos ObjectStateEntry formada por una entidad única y 0 o más relaciones, o por 0 entidades y una o más relaciones.

Se aplica a