System.Transactions.TransactionScope and IDbTransaction
Posted by: Paul Wilsons .NET Blog,
on 21 Aug 2005 |
View original | Bookmarked: 0 time(s)
I've enjoyed reading about the new System.Transactions namespace and the easy to use TransactionScope object. But there was always something that I wasn't sure about, and from questions I've received its clear I wasn't the only one. The question is basically what happens if you have a traditional ADO.NET IDbTransaction and you enclose it in a TransactionScope I finally got around to testing out this scenario and I'm pleased to report that everything works exactly as you would hope. ...