EntityCollection with DirtyEntities and DeletedEntities
Posts: 93
Joined: 28-Oct-2005
Joined: 28-Oct-2005
Posts: 93
Joined: 28-Oct-2005
Joined: 28-Oct-2005
Posts: 2
Joined: 28-Aug-2006
Joined: 28-Aug-2006
Posts: 2
Joined: 28-Aug-2006
Joined: 28-Aug-2006
Posts: 894
Joined: 14-Dec-2003
Joined: 14-Dec-2003
Posts: 894
Joined: 14-Dec-2003
Joined: 14-Dec-2003
Posts: 363
Joined: 28-Jun-2004
Joined: 28-Jun-2004
Posts: 363
Joined: 28-Jun-2004
Joined: 28-Jun-2004
Posts: 363
Joined: 28-Jun-2004
Joined: 28-Jun-2004
Posts: 363
Joined: 28-Jun-2004
Joined: 28-Jun-2004
Posts: 363
Joined: 28-Jun-2004
Joined: 28-Jun-2004
Posts: 48
Joined: 11-May-2005
Joined: 11-May-2005
Isn't making it non-ambiguous "just" a matter of providing syntax that allows you to specify which you want? For example:
collection.remove[i] removes the entity from the collection but doesn't delete it. collection.IWantToDeleteThisEntityFromTheDataBaseOnSave[i] moves the entity to an internal (to the collection) collection of entitites to delete?
No hidden code/collections etc., everything is out in the open and available to you.