Best unofficial Apache Server developers community |
|
I would like to use the TransactionScope class in my business layer: In AdminService class:
When I debug both Delete methods abouve the Transaction property of each Delete command object inside the dataprovider is NULL so it seems there is no transaction... How can I find out wether a Transaction is used or not? Wen I debug the transactionscope object I dont find any Connection... TransactionScope seems like magic...
posted via StackOverflow
|
|
 
|
Only once a connection is opened within a transaction scope will it be included in the transaction. HTH |