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


DbEntityEntry<TEntity> Implicit - преобразование (DbEntityEntry<TEntity> to DbEntityEntry)

[Эта страница относится к документации к Entity Framework 6. Последняя версия доступна в составе пакета Entity Framework NuGet. Дополнительные сведения об Entity Framework см. в разделе msdn.com/data/ef.]

Возвращает новый экземпляр неуниверсального класса DbEntityEntry для отслеживаемой сущности, представленной этим объектом.

Пространство имен:  System.Data.Entity.Infrastructure
Сборка:  EntityFramework (в EntityFramework.dll)

Синтаксис

'Декларация
Public Shared Widening Operator CType ( _
    entry As DbEntityEntry(Of TEntity) _
) As DbEntityEntry
'Применение
Dim input As DbEntityEntry(Of TEntity)
Dim output As DbEntityEntry 

output = CType(input, DbEntityEntry)
public static implicit operator DbEntityEntry (
    DbEntityEntry<TEntity> entry
)
static implicit operator DbEntityEntry^ (
    DbEntityEntry<TEntity>^ entry
)
JScript supports the use of custom casts, but not the declaration of new ones.

Параметры

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

Тип: System.Data.Entity.Infrastructure.DbEntityEntry
Неуниверсальная версия.

См. также

Справочник

DbEntityEntry<TEntity> Класс

System.Data.Entity.Infrastructure - пространство имен