Exemplo n.º 1
0
        public DataSet cj_ds(int cateid)
        {
            DALhelp dal = new DALhelp();

            return(dal.cj_ds(cateid));
        }
Exemplo n.º 2
0
        public DataSet selectAll(int id)
        {
            DALhelp dalhelp = new DALhelp();

            return(dalhelp.selectAll(id));
        }
Exemplo n.º 3
0
        public DataSet ds_search(int pageindex, int pagesize, string table, int cateid)
        {
            DALhelp dalhelp = new DALhelp();

            return(dalhelp.ds_search(pageindex, pagesize, table, cateid));
        }
Exemplo n.º 4
0
        public DataSet _selectAll(int cateid)
        {
            DALhelp dalhelp = new DALhelp();

            return(dalhelp._selectAll(cateid));
        }
Exemplo n.º 5
0
        public int resultCount()
        {
            DALhelp dalhelp = new DALhelp();

            return(dalhelp.resultCount());
        }
Exemplo n.º 6
0
        public int searchResult(Help help)
        {
            DALhelp dalhelp = new DALhelp();

            return(dalhelp.searchResult(help));
        }
Exemplo n.º 7
0
        public SqlDataReader readinfo(Help help)
        {
            DALhelp dalhelp = new DALhelp();

            return(dalhelp.readinfo(help));
        }
Exemplo n.º 8
0
        public int update(Help help)
        {
            DALhelp dalhelp = new DALhelp();

            return(dalhelp.update(help));
        }
Exemplo n.º 9
0
        public int delete(Help help)
        {
            DALhelp dalhelp = new DALhelp();

            return(dalhelp.delete(help));
        }
Exemplo n.º 10
0
        public DataSet select(int pageindex, int pagesize, string table)
        {
            DALhelp dalhelp = new DALhelp();

            return(dalhelp.select(pageindex, pagesize, table));
        }
Exemplo n.º 11
0
        public int insert(Help help)
        {
            DALhelp dalhelp = new DALhelp();

            return(dalhelp.inserthelp(help));
        }