다음을 통해 공유


DbJoinExpression.Right 속성

정의

오른쪽 입력을 제공하는 DbExpressionBinding을 가져옵니다.

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

속성 값

오른쪽 입력을 제공하는 DbExpressionBinding입니다.

적용 대상