LINQPad是否与Oracle配合使用?有没有人尝试过?你建议什么
从
user voice item request for Oracle support开始,目前看来不受支持.
Acomment on the O’Reilly forums也表示不支持.
更新我们了解到,现在在LinqPad的最新版本中已经内置了Oracle支持; LinqPad的主页现在列出了对Oracle的支持.
更新2013年1月新的LinqPad至Oracle支持似乎仍然可用.按LinqPad FAQ:
Q. Why does LINQPad use LINQ to sql under the covers,rather than Entity Framework?
A. LINQ to sql is faster with large schemas and in most cases,emits better sql. You can,however,use EF with EDMs that you define yourself. For querying sqlite,MysqL and Oracle (via the optional plug-in),LINQPad uses Matt Warren’s IQueryable toolkit.