次の方法で共有


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

エンティティの種類。

戻り値

エントリ。

属性

適用対象