Search code examples
devexpressxpo

LinQtoXpo and sqlexpress


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.


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.