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 正确的输入。

适用于