using (System.Transactions.TransactionScope transcope = new System.Transactions.TransactionScope())
{
//code something
transcope.Complete();
}
相关文章
- 10-03解决C#使用Microsoft.Office.Interop.Excel操作Excel后进程一直存在的问题
- 10-03git 修改最后一次提交
- 10-03SAP知道后台路径如何查找后台配置的TCODE(后台配置的事务码)
- 10-03git 取消/重新提交上次的commit(修改最近一次 commit 的 message)
- 10-03SAP中的事务锁
- 10-032020最新编辑器集成eslint、prettier、stylelint,git提交预检查代码配置
- 10-0304 事务伴生源-MVCC
- 10-03HihoCoder - 1051:补提交卡
- 10-03C# 32位程序,申请大内存,附dome(wpf),亲测可用
- 10-03day05_事务&三大范式