다음을 통해 공유


DbRelationshipNavigationExpression.NavigationSource 속성

정의

탐색의 시작 지점을 지정하고 엔터티 인스턴스에 대한 참조여야 하는 DbExpression을 가져오거나 설정합니다.

public:
 property System::Data::Common::CommandTrees::DbExpression ^ NavigationSource { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression NavigationSource { get; }
member this.NavigationSource : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property NavigationSource As DbExpression

속성 값

탐색을 시작할 원본 관계 끝의 인스턴스를 지정하는 DbExpression입니다.

예외

식은 null이며,

식이 DbRelationshipNavigationExpression의 명령 트리와 관련되지 않은 경우 또는 식의 결과 형식이 NavigateFrom 속성의 참조 형식과 다르거나 해당 형식으로 승격될 수 없는 경우

적용 대상