Share via


CDynamicAccessor::GetColumnName

 

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.

Syntax

  
      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

CDynamicAccessor Class