Explicit Transactions with System.Transactions and .EnlistTransaction() method
I've been trying to figure out how to explicitly set a transaction using System.Transactions. Apparently, there is a method on the Connection object called .EnlistTransaction() that does this. Now, I am complete.
Wally