DbUpdateException.Entries Property

 

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

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public IEnumerable<DbEntityEntry> Entries { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<DbEntityEntry>

The entries representing the entities that could not be saved.