Hi,
In all example DAL code I have seen for updating a list: first the deleted items and then the regular items are processed. I was wondering if this order is important.
The reason I ask this is because I have a situation where I would like to copy information associated with the deleted items to certain new items in the list. The associated information can be rather large and only exist in the database and not in memory.
Thanks,