yes there is a way (directly copied from the MSDN TransactionScope documentation ):
An external transaction is a transaction in which your code is executed. can get a reference to the transaction environment by calling the static Current property of the Transaction class.
So, look at the transaction. Current .
andyp source
share