internal LimitClause(OrderByClause orderBy, string limit)
 {
     this.orderBy = orderBy;
     this.limit = limit;
 }
Esempio n. 2
0
 internal LimitClause(OrderByClause orderBy, string limit)
 {
     this.orderBy = orderBy;
     this.limit   = limit;
 }