I have the exact same question as this one: Aggregate functions in ADO.NET with GROUP BY functionality
however the proposed solution was for .net 3.5 but I am using .Net 2.0 so I cant the LINQ query. To summarize: I have a DataSet and I want to create a view from it and apply something similar to the "GROUP BY" functionality of SQL, so that the rows are grouped by certain criteria and I then apply the aggregate functions on this group