C# .NET - how can get sum of column with group by id using linq

Asked By meena damwani on 17-Jul-13 07:52 AM
Hello,


I have datatable where two columns are static (equipment id and quantity) and rest are dynamic.I want sum of quantity with group by equipment Id using linq without using select new as columns.


Thanks.