Turn off refetch after save.

Posts   
 
    
netLearner
User
Posts: 150
Joined: 18-Oct-2003
# Posted on: 15-Mar-2005 15:22:05   

Hi Frans, Just wondering if it is possible to turn off refetch after save. I am thinking that we do not need the entities to be refetched as the possibility that the records which are getting saved would change during save is minimum. Is there a way other than manually changing each entity's state from out of sync to other state as if we have a tree of objects we need to grab all these manually and do it. Thanks.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 15-Mar-2005 16:08:02   

Pass false for refetch to an overload of SaveEntity.

Selfservicing always refetches entities after a property is accessed after it went outofsync

Frans Bouma | Lead developer LLBLGen Pro