DbUpdateException.Entries Property
Gets DbEntityEntry objects that represents the entities that could not be saved to the database.
Assembly: EntityFramework (in EntityFramework.dll)
Property Value
Type: System.Collections.Generic.IEnumerable<DbEntityEntry>The entries representing the entities that could not be saved.