Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.1 KB

File metadata and controls

43 lines (35 loc) · 1.1 KB
title END_COLUMN_MAP | 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
END_COLUMN_MAP
dev_langs
C++
helpviewer_keywords
END_COLUMN_MAP macro
ms.assetid b6418f19-84f5-49f4-84c7-67a40ed33364
caps.latest.revision 7
author mikeblome
ms.author mblome
manager ghogen

END_COLUMN_MAP

Marks the end of the column map entries.

Syntax

  
END_COLUMN_MAP( )  
  

Remarks

It is used with a single accessor on a rowset. The BEGIN_COLUMN_MAP macro is completed with the END_COLUMN_MAP macro.

Example

See BEGIN_COLUMN_MAP.

Requirements

Header: atldbcli.h

See Also

Macros and Global Functions for OLE DB Consumer Templates
BEGIN_COLUMN_MAP
COLUMN_ENTRY
COLUMN_ENTRY_EX