C++
const ACHAR * getColumnName( int nIndex ) const;
Description
This function returns the column name. The column name is optional, so it can be null.
Parameters
| Parameters | Description |
|---|---|
| nIndex | Input zero based index of the column |
const ACHAR * getColumnName( int nIndex ) const;
This function returns the column name. The column name is optional, so it can be null.
| Parameters | Description |
|---|---|
| nIndex | Input zero based index of the column |