Hi,
I would like to be able to return an entity collection from a function and the collection contains entities which need to be added to the db and deleted.
I'm not sure how to do the deletes. I would like to be able to create the entity to be deleted and set its primary key and then set a field which would be called something like 'MarkForDeletion' to true.
Is it possible to do something like this or must the deletes be processed seperately?
Cheers, I.