Esempio n. 1
0
 public static string GetPageSql(string tableName, string strColumns, string whereStr, string orderBystr, int pageSize,
                                 int pageIndex)
 {
     return(_dataProviders.GetPageSql(tableName, strColumns, whereStr, orderBystr, pageSize, pageIndex));
 }