QuoteReplyTopic: Devforce ImportEntities Does not import changes to a modified entity Posted: 25-Jul-2013 at 11:39pm
Hi
I have the following problem:
Entity car = new Car();
car.year = 2010; //This entity now has the state of modified
sandboxedEntityManager.ImportEntities(new List<Entity>() { car }, MergeStrategy.OverwriteChanges);
If I now check the car entity in the sandboxedEntityManager, the year is now 0 and not as I would have expected 2010. So the values of the modified properties is not exported to the manager. Is there a way to do this?
An ImportEntities call does import changed properties with this merge strategy, so something else must be going on here. If you can provide a repro sample that would help us diagnose your issue.
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