A
Aamir Mahmood
Hi
I am using System.Transactions.TransactionScope to implement the
transactions in my code.
When the transaction is rolled back because of any reason, I want all the
objects that were modified in the transaction scope to be in their initial
(pre-transaction) state.
Is there something already available in .net? Or some standard approach I
should follow.
Please advise.
Thanks
-AM-
I am using System.Transactions.TransactionScope to implement the
transactions in my code.
When the transaction is rolled back because of any reason, I want all the
objects that were modified in the transaction scope to be in their initial
(pre-transaction) state.
Is there something already available in .net? Or some standard approach I
should follow.
Please advise.
Thanks
-AM-