|
|
I really have benefited from your Partial Save implementation of EntityGraph. My current problem is when I need to submit both Parent entity and one or more Child entities. I can keep a List<EntityGraph> of both my source and cloned entity
graphs and then add each clone to the temp context. In my SubmitOperation handler I then need to Synchronize all the source EntityGraphs. What is the correct method to match up the source graph with the cloned graph in such a list?
Thanks in advance.
|
|
Developer
Apr 14, 2012 at 8:05 PM
|
Hi,
Sorry for my late response...
I am afraid that I don't exactly get what the problem is. If you need to submit a Parent and Child entity, why don't you include both in a single entity graph and use the partial save mechanism for that entity graph? I probably miss the point. Perhaps you
can explain your issue in a little more detail?
Best regards,
Merijn
|
|