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

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -