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.

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