I have the exact same question as this one: http://stackoverflow.com/questions/831519/aggregate-functions-in-ado-net-with-group-by-functionality/1084230
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