Format
Columns() *or* Columns(column)
Args
column: The Nth column whose name should be read
Returns a list of column names for the current query, or the name of the Nth column.
You must call Execute() before calling Columns().
Columns() *or* Columns(column)
column: The Nth column whose name should be read
Returns a list of column names for the current query, or the name of the Nth column.
You must call Execute() before calling Columns().