DbJoinExpression.Left 属性

定义

DbExpressionBinding获取提供左侧输入的项。

public:
 property System::Data::Common::CommandTrees::DbExpressionBinding ^ Left { System::Data::Common::CommandTrees::DbExpressionBinding ^ get(); };
public System.Data.Common.CommandTrees.DbExpressionBinding Left { get; }
member this.Left : System.Data.Common.CommandTrees.DbExpressionBinding
Public ReadOnly Property Left As DbExpressionBinding

属性值

提供 DbExpressionBinding 左侧输入的输入。

适用于