다음을 통해 공유


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)

속성 값

저장할 수 없는 엔터티를 나타내는 항목입니다.

적용 대상