Example #1
0
        public DataSet cj_ds(int cateid)
        {
            DALhelp dal = new DALhelp();

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

            return(dalhelp.selectAll(id));
        }
Example #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));
        }
Example #4
0
        public DataSet _selectAll(int cateid)
        {
            DALhelp dalhelp = new DALhelp();

            return(dalhelp._selectAll(cateid));
        }
Example #5
0
        public int resultCount()
        {
            DALhelp dalhelp = new DALhelp();

            return(dalhelp.resultCount());
        }
Example #6
0
        public int searchResult(Help help)
        {
            DALhelp dalhelp = new DALhelp();

            return(dalhelp.searchResult(help));
        }
Example #7
0
        public SqlDataReader readinfo(Help help)
        {
            DALhelp dalhelp = new DALhelp();

            return(dalhelp.readinfo(help));
        }
Example #8
0
        public int update(Help help)
        {
            DALhelp dalhelp = new DALhelp();

            return(dalhelp.update(help));
        }
Example #9
0
        public int delete(Help help)
        {
            DALhelp dalhelp = new DALhelp();

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

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

            return(dalhelp.inserthelp(help));
        }