PagerUtils.limit

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string limit(string sql, string dbType, int offset, int count)
    class PagerUtils
    static
    string
    limit
    (
    string sql
    ,
    string dbType
    ,
    int offset
    ,
    int count
    )
  2. string limit(SQLSelect select, string dbType, int offset, int count)
  3. bool limit(SQLSelect select, string dbType, int offset, int count, bool check)

Meta