Hi, I would like to ask whether the team of EF framework would find it interesting to include method for storing graphs of objects into context. I know that adding to context is easy with add method. But in my solution, I needed method for storing graphs of objects into context, where some entities may be already included in context. For example: there are three entities with associations between them A-B-C. A doesnt exist, B exists in context, and C doesnt exist, calling this method would add entity A, update entity B and add entity C. This method also updates the associations between entities, and can be set to add associations if applicable, or remove obsolete ones. I have such method in my solution, and if you would be interested I could commit it to the entity framework.
with regards
Tomas Gaspar
with regards
Tomas Gaspar