G
Guest
Hello,
I'm using the following code implementing transactions:
Using trans1 As New Transactions.TransactionScope
'Data manipulations here!
End using
How do I change the transaction isolation level?
Any help greatly appreciated!
Thanks in advance
I'm using the following code implementing transactions:
Using trans1 As New Transactions.TransactionScope
'Data manipulations here!
End using
How do I change the transaction isolation level?
Any help greatly appreciated!
Thanks in advance