DbEntityEntry.Reference(String) メソッド

定義

このエンティティから別のエンティティへの参照 (つまりコレクションではない) ナビゲーション プロパティを表すオブジェクトを取得します。

public System.Data.Entity.Infrastructure.DbReferenceEntry Reference (string navigationProperty);
member this.Reference : string -> System.Data.Entity.Infrastructure.DbReferenceEntry
Public Function Reference (navigationProperty As String) As DbReferenceEntry

パラメーター

navigationProperty
String

ナビゲーション プロパティの名前。

戻り値

ナビゲーション プロパティを表すオブジェクト。

適用対象