从 EntityFramework 的 DbContext 公开接口类型

发布于 2024-10-07 00:51:01 字数 106 浏览 1 评论 0 原文

我正在查看 EntityFramework 的 CTP5 和代码优先的流畅接口。它看起来非常好,但是有没有办法使 DbContext 仅公开接口类型,并在连贯接口的模型绑定器中定义要使用的具体实现?

I was having a look at CTP5 of EntityFramework and the code first fluent interface. It looks very nice, but is there a way to make the DbContext expose only interface types and the in the fluent interface's model binder define a concrete implementation to use?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

溇涏 2024-10-14 00:51:01

不,从 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文