Re: Question for TransactionScope

Re: Question for TransactionScope

Old forum URL: forums.lhotka.net/forums/t/805.aspx


Brian Criswell posted on Thursday, August 03, 2006

Clone the root object and save the root object instead.  Then update all the object references with the result of the save.  If the save operation fails, just throw the cloned object away.  This was covered in the Windows Forms section of Rocky's new book.

Copyright (c) Marimer LLC