次の方法で共有


DbCollectionEntry<TEntity, TElement> Implicit 変換 (DbCollectionEntry<TEntity, TElement> to DbCollectionEntry)

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

このオブジェクトが表すナビゲーション プロパティの非ジェネリック DbCollectionEntry クラスの新しいインスタンスを返します。

名前空間:  System.Data.Entity.Infrastructure
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Shared Widening Operator CType ( _
    entry As DbCollectionEntry(Of TEntity, TElement) _
) As DbCollectionEntry
'使用
Dim input As DbCollectionEntry(Of TEntity, TElement)
Dim output As DbCollectionEntry 

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

パラメーター

戻り値

型 : System.Data.Entity.Infrastructure.DbCollectionEntry
非ジェネリック バージョン。

参照

参照

DbCollectionEntry<TEntity, TElement> クラス

System.Data.Entity.Infrastructure 名前空間