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