Share via


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

適用対象