我可以将 CTP5 DBContext 与 LINQPad 一起使用吗?

发布于 2024-10-19 15:54:59 字数 488 浏览 1 评论 0原文

正如您在标题中看到的,我会说我是否可以将 LinqPad 与 CTP5 DBContext 一起使用。我在 http://www.linqpad.net/EntityFramework.aspx 上看到链接 LinqPad 的指南使用我的 EF 模型,但我收到消息

该程序集中没有基于“System.Data.Objects.ObjectContext”的类型。

显然我正在使用该产品的最新版本。我还看到此部分 http://www.linqpad.net/extensibility.aspx,以防万一应该自己写驱动程序吗? (...我并不是说我有能力:))

谢谢。

As you can see on title, I would say if I can use LinqPad with CTP5 DBContext. I see the guide on http://www.linqpad.net/EntityFramework.aspx to link LinqPad with my EF model, but I receive the message

There are no typed based on 'System.Data.Objects.ObjectContext' in that assembly.

Obviously I'm using the last release of the product. I also see this section http://www.linqpad.net/extensibility.aspx, in case should write myself the driver ? (...I'm not telling I'm capable of :) )

Thanks.

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

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

发布评论

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

评论(2

风苍溪 2024-10-26 15:54:59

请参阅此处

不过,希望很快就能看到对此的支持!

See here.

Expect to see support for this soon, though!

青丝拂面 2024-10-26 15:54:59

实际上它是有效的......您只需要使用实体框架驱动程序进行连接,如果您使用任何使用 dbcontext 的技术进行开发(包括代码优先、模型优先和数据库优先,但比 objectcontext 更轻),您可以使用该列表以下。但对于这种情况,你需要使用 poco 连接

Actually it works... you just need to connect using the Entity Framework driver and if you develop in any of technologies that uses dbcontext (includes code first, model first and data base first but is lighter than objectcontext), you can use the list below. But for that case you need to connect using poco

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