Skip to content

Latest commit

 

History

History
73 lines (63 loc) · 1.57 KB

File metadata and controls

73 lines (63 loc) · 1.57 KB
title IDBCreateCommandImpl Class | 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::IDBCreateCommandImpl
IDBCreateCommandImpl
ATL.IDBCreateCommandImpl
dev_langs
C++
helpviewer_keywords
IDBCreateCommandImpl class
ms.assetid eac4755e-1668-42e1-958e-a35620c385ae
caps.latest.revision 9
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

IDBCreateCommandImpl Class

Provides an implementation of the IDBCreateCommand interface.

Syntax

template <class T, class CommandClass >  
class ATL_NO_VTABLE IDBCreateCommandImpl   
   : public IDBCreateCommand  

Parameters

T
The session object derived from IDBCreateCommandImpl.

CommandClass
Your command class.

Members

Interface Methods

CreateCommand Creates a new command.

Remarks

An optional interface on the session object to obtain a new command.

Requirements

Header: atldb.h

See Also

OLE DB Provider Templates
OLE DB Provider Template Architecture