Hi,
I want to save an object and all it's relations. This is straight forward enough, but I want to force all the saves to be INSERTS instead of updates. Is there some easy way to do this rather than having to set IsNew on everything?
Reason for doing this is I need to save a new "version" of the object and it's related data.