error when using interfaces for Entity Framework (4.2) entities

 ̄綄美尐妖づ 提交于 2019-11-28 01:55:51

Entity framework is not able to work with interfaces. Your navigation properties must use the real entity types (mapped classes).

Colin

"You can add your own partial class files to specify the interfaces to be implemented - and to provide any actual implementation methods you need" - as suggested here

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