Entity Framework 4 with POCO entities in different assemblies with associations that span assemblies

断了今生、忘了曾经 提交于 2019-12-13 19:49:05

问题


Is it possible to have such a scenario?

Entity Framework 4 POCO entities in different assemblies with associations between them (that span multiple assemblies) ?


回答1:


As I see it now, without making something that loads entities from the other assemblies in that unit of work, the scenario is not possible.



来源:https://stackoverflow.com/questions/4783716/entity-framework-4-with-poco-entities-in-different-assemblies-with-associations

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!