Exemple #1
0
 public FromClause(Model.Table.AbstractTable table)
 {
     this.table = table;
 }
Exemple #2
0
 public JoinExpression(Model.Table.AbstractTable table, WhereExpression on)
 {
     this.table = table;
     this.on = on;
 }