DbComplexPropertyEntry.Cast<TEntity,TComplexProperty> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
同等のジェネリック 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
複合プロパティの型。
戻り値
同等のジェネリック オブジェクト。