How do I get the name of the column out of a dataset

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

Guest

ds.tables(0).rows(0).item(0).tostring gives me the value of the column in
the first row, but I want the name of the column. How can I do that? Thank
you for your help.
 
Back
Top