LINQPad 提供很便利的方式使用,但是實務上的開發,會將資料處理層抽取出來,當想要針對這部分進行一些查詢的時候, LINQPad 還是可以使用的,以下就是使用 Entity Framework 6 或以下版本的設定方式
設定步驟
- 在 Explore Panel 上(就是 LINQPad 左邊的區塊),點下 Add connection
Choose Data Context
- 選擇 Entity Framework (DbConext V4/V5/V6)
Entity Framework DbContext Connection
Path to Custom Assembly
設定 Assembly ,就是你的 dll 檔案Full Type Name of Typed DbContext
假如你的 DLL 內有多個 DbContext , LINQPad 會列出 DLL 內的 DbContext,然後選擇其中一個Path to Application config file (…)
設定連線字串的檔案
以上都設定好就完成了。