摘要: 使用方式 SqlHelper SqlHelp = new SqlHelper(); SqlHelp.Open(); //开启事务 SqlHelp.TranBegin(); //执行各种SQL语句 //提交事务 SqlHelp.TranCommit(); //回滚事务 SqlHelp.TranRoll 阅读全文
posted @ 2021-08-27 10:12 博客YS 阅读(202) 评论(0) 推荐(0)