Esempio n. 1
0
 public virtual int getDataCount(Utils.ListData e)
 {
     if (e.paramter == null)
     {
         e.paramter = new List <SqlParameter>();
     }
     return(getDataCount(e.sqls, e.paramter.ToArray()));
 }
Esempio n. 2
0
 public virtual DataTable getData(Utils.ListData e)
 {
     if (e.paramter == null)
     {
         e.paramter = new List <SqlParameter>();
     }
     return(getData(e.beg, e.end, e.sqls, e.paramter.ToArray()));
 }
Esempio n. 3
0
 public t_bmDal(Utils.ListData obj)
 {
     Init();
     getData(obj);
 }
Esempio n. 4
0
 public t_wx_userDal(Utils.ListData obj)
 {
     Init();
     getData(obj);
 }
Esempio n. 5
0
 public SCM_ItemDal(Utils.ListData obj)
 {
     Init();
     getData(obj);
 }
Esempio n. 6
0
 public IA_ST_UnAccountVouch01Dal(Utils.ListData obj)
 {
     Init();
     getData(obj);
 }
Esempio n. 7
0
 public CurrentStockDal(Utils.ListData obj)
 {
     Init();
     getData(obj);
 }
Esempio n. 8
0
 public s_searchDal(Utils.ListData obj)
 {
     Init();
     getData(obj);
 }
Esempio n. 9
0
 public RdRecord01Dal(Utils.ListData obj)
 {
     Init();
     getData(obj);
 }