Поделиться через


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

Тип сущности.

Возвращаемое значение

Записи.

Атрибуты

Применяется к