DbJoinExpression.Right 属性

定义

获取提供右输入的 DbExpressionBindingGets 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

提供右输入的 DbExpressionBindingThe DbExpressionBinding that provides the right input.

适用于