다음을 통해 공유


DbChangeTracker.Entries 메서드

정의

오버로드

Entries()

이 컨텍스트에서 추적하는 모든 엔터티에 대한 개체를 가져옵니다 DbEntityEntry .

Entries<TEntity>()

이 컨텍스트에서 추적하는 지정된 형식의 모든 엔터티에 대한 개체를 가져옵니다 DbEntityEntry .

Entries()

이 컨텍스트에서 추적하는 모든 엔터티에 대한 개체를 가져옵니다 DbEntityEntry .

public System.Collections.Generic.IEnumerable<System.Data.Entity.Infrastructure.DbEntityEntry> Entries();
member this.Entries : unit -> seq<System.Data.Entity.Infrastructure.DbEntityEntry>
Public Function Entries () As IEnumerable(Of DbEntityEntry)

반환

항목입니다.

적용 대상

Entries<TEntity>()

이 컨텍스트에서 추적하는 지정된 형식의 모든 엔터티에 대한 개체를 가져옵니다 DbEntityEntry .

public System.Collections.Generic.IEnumerable<System.Data.Entity.Infrastructure.DbEntityEntry<TEntity>> Entries<TEntity>() where TEntity : class;
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Collections.Generic.IEnumerable<System.Data.Entity.Infrastructure.DbEntityEntry<TEntity>> Entries<TEntity>() where TEntity : class;
member this.Entries : unit -> seq<System.Data.Entity.Infrastructure.DbEntityEntry<'Entity>> (requires 'Entity : null)
Public Function Entries(Of TEntity As Class) () As IEnumerable(Of DbEntityEntry(Of TEntity))

형식 매개 변수

TEntity

엔터티의 형식입니다.

반환

항목입니다.

특성

적용 대상