次の方法で共有


DbPropertyEntry<TEntity, TProperty> Implicit 変換 (DbPropertyEntry<TEntity, TProperty> to DbPropertyEntry)

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

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

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

構文

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

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

パラメーター

戻り値

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

参照

参照

DbPropertyEntry<TEntity, TProperty> クラス

System.Data.Entity.Infrastructure 名前空間