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.
Remarks
An optional interface on the session object to obtain a new command.
Requirements
Header: atldb.h
See Also
Concepts
OLE DB Provider Templates (C++)
OLE DB Provider Template Architecture