Пример #1
0
 internal LimitClause(OrderByClause orderBy, string limit)
 {
     this.orderBy = orderBy;
     this.limit = limit;
 }
Пример #2
0
 internal LimitClause(OrderByClause orderBy, string limit)
 {
     this.orderBy = orderBy;
     this.limit   = limit;
 }