CDynamicAccessor::GetColumnName
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at CDynamicAccessor::GetColumnName.
Retrieves the name of the specified column.
LPOLESTR GetColumnName(
DBORDINAL nColumn
) const throw( );
Parameters
nColumn
[in] The column number. Column numbers start with 1. A value of 0 refers to the bookmark column, if any.
The name of the specified column.
Header: atldbcli.h
Show: