Search Results

2
votes
5answers
369 views

How do I do a dynamic Linq2SQL Query?

I'm trying to build a method that will receive a Linq table, and should return a List<> of values that will be a DropDownList Datasource. This is what I've got till now: …
0
votes

LINQ across multiple databases

Create a proc/view in your database. …