C# 事務處理

代碼: 1 using (TransactionScope ts = new TransactionScope()) { 2 try { 3 ...... 4 ts.Complete(); 5 } 6 catch { 7 ...... 8 return; 9 } 10 fina
相關文章
相關標籤/搜索