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

定義

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

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

型パラメーター

TEntity

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

TProperty

プロパティの型。

戻り値

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

適用対象