DbUpdateException.Entries 属性

定义

获取 DbEntityEntry 表示无法保存到数据库的实体的 对象。

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)

属性值

表示无法保存的实体的条目。

适用于