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

适用于