how to get a column name from a dataset

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

Guest

greetings, how can i get a column name from a dataset?
objdt.tables(0).column(0)???

thanks in advance for the reply.
 
DataSet.Tables(0).Columns(0).ColumnName

greetings, how can i get a column name from a dataset?
objdt.tables(0).column(0)???

thanks in advance for the reply.
 
Back
Top