次の方法で共有


DbComplexPropertyEntry.Cast<TEntity, TComplexProperty> メソッド

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

同等のジェネリック DbComplexPropertyEntry<TEntity, TComplexProperty> オブジェクトを返します。

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

構文

'宣言
Public Function Cast(Of TEntity As Class, TComplexProperty) As DbComplexPropertyEntry(Of TEntity, TComplexProperty)
'使用
Dim instance As DbComplexPropertyEntry 
Dim returnValue As DbComplexPropertyEntry(Of TEntity, TComplexProperty)

returnValue = instance.Cast()
public DbComplexPropertyEntry<TEntity, TComplexProperty> Cast<TEntity, TComplexProperty>()
where TEntity : class
public:
generic<typename TEntity, typename TComplexProperty>
where TEntity : ref class 
DbComplexPropertyEntry<TEntity, TComplexProperty>^ Cast()
member Cast : unit -> DbComplexPropertyEntry<'TEntity, 'TComplexProperty>  when 'TEntity : not struct
JScript does not support generic types and methods.

型パラメーター

  • TEntity
    そのメンバーの宣言に使用されているエンティティの型。
  • TComplexProperty
    複合プロパティの型。

戻り値

型 : System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity, TComplexProperty>
同等のジェネリック オブジェクト。

参照

参照

DbComplexPropertyEntry クラス

System.Data.Entity.Infrastructure 名前空間