0
kicks
Implementing Group By in a DataSet in VB.NET
We know a DataSet does not support GROUP BY and recently I needed GROUP BY in one of my applications. This attached class shows how to implement GROUP BY in a DataSet.