Share via


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.

Return Value

The name of the specified column.

Requirements

Header: atldbcli.h

See Also

Reference

CDynamicAccessor Class