IDBCreateCommandImpl Class

 

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 IDBCreateCommandImpl Class.

Provides an implementation of the IDBCreateCommand interface.

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

Parameters

T
The session object derived from IDBCreateCommandImpl.

CommandClass
Your command class.

Interface Methods

CreateCommandCreates a new command.

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

Header: atldb.h

OLE DB Provider Templates
OLE DB Provider Template Architecture

Show: