Esempio n. 1
0
 public static string GetJoinGroupPageSql(string tableNameA, string tableNameB, string keyA, string keyB, string joinType,
                                          string strColumns, string whereStr, string keystr, string orderBystr, int pageSize, int pageIndex)
 {
     return(_dataProviders.GetJoinGroupPageSql(tableNameA, tableNameB, keyA, keyB, joinType,
                                               strColumns, whereStr, keystr, orderBystr, pageSize, pageIndex));
 }