I have a method that has a connection as one of it's parameters:
e.g. public void Foo(SqlConnection pConn) { }
within Foo is it possible to determine if pConn is enlisted in any transactionscope?
I have a method that has a connection as one of it's parameters:
e.g. public void Foo(SqlConnection pConn) { }
within Foo is it possible to determine if pConn is enlisted in any transactionscope?