I\'d like to make a query to my SQL Server 2008 R2 database using Linq-To-Entities. I use Entity Framework 4.1 (Code-First)
first of all, sorry for my bad english, isnt my native language. Im using jqgrid on a ASP.NET MVC project on my work, and have some problems when implement search.
I have a collection List<KeyValuePair<string, Details>> x where public class Details { private int x;