Connect Linqpad to Entity Framework without using Odata -


i'm weak on fundamentals here, feel free let me know if i'm making bizarre/false assumptions: i'm working on project wcf data services , due limitations of odata querying language (e.g. no select distinct, joins difficult, etc.), we're going expose service operations common & non-trivial queries. so, using linqpad linq code correct, , i'd use linqpad target entity framework directly (this important: not through odata). there way can target ef directly? have on same machine? process?

thanks!!!

you can target ef directly if can point linqpad assembly containing typed objectcontext created in visual studio. click add connection , choose entity framework in bottom listbox.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -