DbUpdateException.Entries Property

Definition

Gets DbEntityEntry objects that represents the entities that could not be saved to the database.

public System.Collections.Generic.IEnumerable<System.Data.Entity.Infrastructure.DbEntityEntry> Entries { get; }
member this.Entries : seq<System.Data.Entity.Infrastructure.DbEntityEntry>
Public ReadOnly Property Entries As IEnumerable(Of DbEntityEntry)

Property Value

The entries representing the entities that could not be saved.

Applies to