How to get the total number of rows in a Dataset?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

For example, I have a dataset, ds.
I would like to the total number of rows in the ds, i.e., the length of
ds.Tables(0).

Thanks

David
 
Back
Top