Example #1
0
        public static List <GuildListEntity> PageByRowNumber(System.String tableName, System.String selectFields, System.String whereStr, System.String orderFields, System.Int32 pageSize, System.Int32 pageNo, System.Boolean ifCount, ref System.Int32 pageCount, ref System.Int32 rowCount, string zoneId = "")
        {
            var provider = new GuildListProvider(zoneId);

            return(provider.PageByRowNumber(tableName, selectFields, whereStr, orderFields, pageSize, pageNo, ifCount, ref pageCount, ref rowCount));
        }