摘要:
/// <summary> /// 分页查询客户资料(公用) /// </summary> /// <returns></returns> public static DataTable QueryClientPb(SortPage sortPage, string QueryWhere, int EId, int CId) { //增加传值参数 SqlParameter[] Params = SqlHelper.SqlHelper.GetSqlParams("EId,CId,QueryWhere", false, EId, 阅读全文
posted @ 2012-02-15 15:29 IsNull_Soft 阅读(213) 评论(0) 推荐(0) 编辑