次の方法で共有


DbRelationshipNavigationExpression.NavigationSource プロパティ

定義

DbExpressionナビゲーションの開始点を指定し、エンティティ インスタンスへの参照である必要がある を取得します。

public System.Data.Entity.Core.Common.CommandTrees.DbExpression NavigationSource { get; }
member this.NavigationSource : System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public ReadOnly Property NavigationSource As DbExpression

プロパティ値

ナビゲーションを開始するソース リレーションシップ End のインスタンスを指定する DbExpression

例外

式が null です。

式が のコマンド ツリーに関連付けられていないか、その結果の DbRelationshipNavigationExpression 型が プロパティの NavigateFrom 参照型と等しくないか、昇格できません。

適用対象