DbJoinExpression.Right 属性
定义
获取提供右输入的 DbExpressionBinding。Gets the DbExpressionBinding that provides the right input.
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。The DbExpressionBinding that provides the right input.