从 EntityFramework 的 DbContext 公开接口类型
我正在查看 EntityFramework 的 CTP5 和代码优先的流畅接口。它看起来非常好,但是有没有办法使 DbContext 仅公开接口类型,并在连贯接口的模型绑定器中定义要使用的具体实现?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,从 CTP5 开始,EF Code First 不支持接口,并且预计今年发布的 RTM 中不太可能支持此功能。
No, as of CTP5, EF Code First does not support interfaces and this feature is unlikely to be supported in the RTM that is targeted to be released this year.