Performing Aggreates functions and Grouping on Dataset or Table

  • Thread starter Thread starter julio delgado
  • Start date Start date
J

julio delgado

Hi:

Is there any way to perform aggreate functions and grouping on a Dataset or
Table. The reason is that I have all the detail information on a dataset
and I need to provided summary information too. So I was wondering if there
is anything on the ADO.NET to allow me to do this without going to the
Database server or Looping thrue the Rows in my code.

Thanks
 
Back
Top