示例#1
0
 /// <summary>
 /// 获得查询分页数据(搜索用到)
 /// </summary>
 public DataSet GetGoodList(int pageSize, int pageIndex, string strWhere, string filedOrder, out int recordCount)
 {
     return(dal.GetGoodList(pageSize, pageIndex, strWhere, filedOrder, out recordCount));
 }