Linq query for grouping [closed]
I have to generate say Customers Report.
there is condition for grouping records like
grouped and/or filtered by CustomerFirstName\CustomerCity
or CustomerLastName\CustomerCity
What would this Linq query look like?
Simple image representation of group by might help you
Full aricle : SQL to LINQ ( Visual Representation )
精彩评论