Share via


DbPropertyEntry.Cast<TEntity,TProperty> メソッド

定義

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

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

型パラメーター

TEntity

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

TProperty

プロパティの型。

戻り値

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

適用対象