It's possible to refetch or save a single Entity that is already part of an EntityCollection?

Posts   
 
    
Max avatar
Max
User
Posts: 221
Joined: 14-Jul-2006
# Posted on: 27-Jan-2009 15:54:18   

Say that I've fetched an entityCollection, now i need to save and/or refetch a single entity of this entityCollection.

Could I use the DataAccessAdapter.FetchEntity to refetch the single entity without affecting the other entities part of the entitycollection?

Could I use the DataAccessAdapter.SaveEntity to save the single entity without affecting the other entities part of the entitycollection?

Thanks, Max

MTrinder
User
Posts: 1461
Joined: 08-Oct-2008
# Posted on: 27-Jan-2009 21:14:01   

erm, yes, and yes...simple_smile

Matt

Max avatar
Max
User
Posts: 221
Joined: 14-Jul-2006
# Posted on: 28-Jan-2009 09:19:22   

MTrinder wrote:

erm, yes, and yes...simple_smile

Thanks simple_smile