DbUpdateException.Entries Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.