3
Reply

C# linq to sql

dc

dc

Jan 19 2013 5:43 PM
1.3k
In a C# 2010 desktop application, I need to write a linq to sql statement that
connects to a sql server 2008 R2 database. I need to be able to use a group by
for 4 specific columns so that I can the count to be correct. I have
been trying to get the group by to work, with no success so far. Thus can you
show me some code on how to accomplish this goal?

Answers (3)