TransactionScope how can I tell if a Connection has been enlisted -
I have a way that has a connection as a parameter:
Example For public Zero Foo (SqlConnection pConn) {}
inside Foo is possible to determine whether pConn is listed in any transaction cap?
If its select SQL Server @@content will be on one side
Comments
Post a Comment