title CDynamicAccessor::GetColumnName | Microsoft Docs ms.custom ms.date 11/04/2016 ms.reviewer ms.suite ms.technology cpp-windows ms.tgt_pltfrm ms.topic article f1_keywords ATL::CDynamicAccessor::GetColumnName GetColumnName ATL.CDynamicAccessor.GetColumnName CDynamicAccessor::GetColumnName CDynamicAccessor.GetColumnName dev_langs C++ helpviewer_keywords GetColumnName method ms.assetid 96a7452a-1f5b-41e9-ab37-88dac026f961 caps.latest.revision 8 author mikeblome ms.author mblome manager ghogen translation.priority.ht cs-cz de-de es-es fr-fr it-it ja-jp ko-kr pl-pl pt-br ru-ru tr-tr zh-cn zh-tw 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