Exemplo n.º 1
0
 public Join(JoinType joinType, StatementPart right, ConditionExpression condition)
 {
     this.JoinType = joinType;
     this.Table    = right;
     this.Conditions.Add(condition);
 }