摘要: 1.首先在低三层DAL层与BLL写入删除命令 public static int Delete(int id) { var sql = " delete from Product where id="+id; return SqlHelper.NoQuery(sql); } 2.在首页给删除按钮加入 阅读全文
posted @ 2020-06-16 17:40 Neat帆 阅读(177) 评论(0) 推荐(0) 编辑