How can I access sqlepxress database using linQPad I need to use the LinqToXPO driver?

if the database was created from the EF model in VS2010, (you guys know how devexpress documentation is...none or litte) thanks.

有帮助吗?

解决方案

Given that you have created XPO-objects for the tables you want to access in LinqPad, this post will walk you trough the process: http://community.devexpress.com/blogs/xpo/archive/2011/12/27/xpo-s-new-friend-is-the-linqpad.aspx.

It won't matter if the database is created manually, by XPO or EF (code first).

Please let me know if I misunderstood your question.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top