I have a collection of objects returned from Subsonic and I want to change a value on them and then save them all, but if 1 save fails I don't want the other changes to persist. I was using linq to sql and using SubmitChanges().
Is there something similar in SubSonic? (I am using 2.1)