DbChangeTracker.Entries メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
エンティティの種類。
戻り値
IEnumerable<DbEntityEntry<TEntity>>
エントリ。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework