I have some code that works like the advised use of TransactionScope, but has an ambient connection instead of an ambient transaction.
Is there a way to use a Transa
After more research, the answer to my question turned out to be:
No, the connection needs to be opened after the TransactionScope object is instantiated.