Search Results

0
votes

How do you extend Linq to SQL?

DataContext x = new DataContext; //Something like this perhaps? var a = x.Where().with()...etc let's you have a much finer control over the sql. …