QuoteReplyTopic: List of changes in EntityManager Posted: 03-Jun-2008 at 6:40am
Hi
How can i fetch the list of entites which are changed but not updated in DB
i.e. I m not talking about the EntityManager.HasChanges() property but the list of things which are changed in persistence server (Cache) but not reflected in DB.
You can use either the FindEntities<T>(DataRowState) or FindAllEntities(DataRowState) methods on the EntityManager. Since DataRowState is a flag, you can combine the row states you're looking for into one method call.
We've changed the API in Beta2, but the functionality is still there. You'll call FindEntities<T>(EntityState) or FindEntities(EntityState) instead. I hope you do move to Beta2, we've made a lot of bug fixes and usability enhancements.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum