Update relationships when saving changes of EF4 POCO objects

后端 未结 5 2194
野趣味
野趣味 2020-11-21 22:33

Entity Framework 4, POCO objects and ASP.Net MVC2. I have a many to many relationship, lets say between BlogPost and Tag entities. This means that in my T4 generated POCO Bl

5条回答
  •  误落风尘
    2020-11-21 22:58

    The Entity Framework team is aware that this is a usability issue and plans to address it post-EF6.

    From the Entity Framework team:

    This is a usability issue that we are aware of and is something we have been thinking about and plan to do more work on post-EF6. I have created this work item to track the issue: http://entityframework.codeplex.com/workitem/864 The work item also contains a link to the user voice item for this--I encourage you to vote for it if you have not done so already.

    If this impacts you, vote for the feature at

    http://entityframework.codeplex.com/workitem/864

提交回复
热议问题