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