Пример #1
0
        /// <summary>
        /// 获得数据列表
        /// </summary>
        public DataSet GetList(string strWhere)
        {
            CodingHelper c = new CodingHelper();

            return(c.DataSetReCoding(dal.GetList(strWhere)));
        }
 /// <summary>
 /// 获得数据列表
 /// </summary>
 public DataSet GetList(string strWhere)
 {
     return(ch.DataSetReCoding(dal.GetList(strWhere)));
 }
Пример #3
0
        /// <summary>
        /// 获得数据列表
        /// </summary>
        public DataSet GetAllList()
        {
            CodingHelper c = new CodingHelper();

            return(c.DataSetReCoding(GetList("")));
        }