我可以将 CTP5 DBContext 与 LINQPad 一起使用吗?
正如您在标题中看到的,我会说我是否可以将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅此处。
不过,希望很快就能看到对此的支持!
See here.
Expect to see support for this soon, though!
实际上它是有效的......您只需要使用实体框架驱动程序进行连接,如果您使用任何使用 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