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.
參數
- entry
類型:System.Data.Entity.Infrastructure.DbEntityEntry<TEntity>
表示所追蹤實體的物件。
傳回值
類型:System.Data.Entity.Infrastructure.DbEntityEntry
非泛型版本。