Questions tagged [linq-to-dataset]

LINQ to DataSet is a component of Language Integrated Query (LINQ) that provides SQL-style query capabilities against ADO.NET DataSet objects from .NET languages.

181 questions
-2
votes
1 answer

Sum rows (Group By) in a DataTable

I have a DataTable like this ProductId CountThisWeek CountLastWeek 1 10 15 1 20 5 2 5 10 2 10 15 2 …
serhio
  • 28,010
  • 62
  • 221
  • 374
1 2 3
12
13