Question

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.

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top