DataSet

  • Thread starter Thread starter vinay
  • Start date Start date
V

vinay

Hi,

I am getting a DataSet with 1 table.

In one of the columns X, i get all numeric values.

I want to get the SUM of all the rows of Column X.

Is there a direct approach to get the SUM or do i have do
it regular way by looping thru the records??

Thanks
vinay
 
Back
Top