コード例 #1
0
        /// <summary>
        /// 获得数据列表
        /// </summary>
        public DataSet GetList(string strWhere)
        {
            CodingHelper ch = new CodingHelper();

            return(ch.DataSetReCoding(dal.GetList(strWhere)));
        }