DbJoinExpression.Left Propriedade
Definição
Obtém o DbExpressionBinding que fornece a entrada left.Gets the DbExpressionBinding that provides the left input.
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
Valor da propriedade
O DbExpressionBinding que fornece a entrada à esquerda.The DbExpressionBinding that provides the left input.