次の方法で共有


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

定義

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

public System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity,TComplexProperty> Cast<TEntity,TComplexProperty> () where TEntity : class;
override this.Cast : unit -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry<'Entity, 'ComplexProperty (requires 'Entity : null)> (requires 'Entity : null)
Public Function Cast(Of TEntity As Class, TComplexProperty As Class) () As DbComplexPropertyEntry(Of TEntity, TComplexProperty)

型パラメーター

TEntity

そのメンバーの宣言に使用されているエンティティの型。

TComplexProperty

複合プロパティの型。

戻り値

同等のジェネリック オブジェクト。

適用対象