标签: c# .net inheritance entity-framework-4
我是Entity Framework的新手,我需要按类继承策略实现表。这遵循本教程中解释的步骤
https://www.packtpub.com/books/content/entity-framework-db-first-%E2%80%93-inheritance-relationships-between-entities
但是我收到了这个错误:
未映射员工和供应商实体
我发现这篇文章不太详细。你能给我更多解释吗?
感谢所有人
答案 0 :(得分:1)
在DbContext的映射中出现问题,无论如何这里是一个非常好的示例和描述。只需按照教程一步一步,祝你好运!
http://weblogs.asp.net/manavi/inheritance-mapping-strategies-with-entity-framework-code-first-ctp5-part-3-table-per-concrete-type-tpc-and-choosing-strategy-guidelines