예제 #1
0
 public System.Data.DataTable FindTablePageBySql(string strSql, System.Data.Common.DbParameter[] parameters, ref Utilities.JqGridParam jqgridparam)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public List <T> FindListPageBySql(string strSql, ref Utilities.JqGridParam jqgridparam)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public System.Data.DataTable FindTablePage(string WhereSql, ref Utilities.JqGridParam jqgridparam)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public List <T> FindListPage(string WhereSql, System.Data.Common.DbParameter[] parameters, ref Utilities.JqGridParam jqgridparam)
 {
     throw new NotImplementedException();
 }