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. IDBCreateCommandImpl provides an implementation of the IDBCreateCommand interface.
#include <atldb.h>
See Also
Using the OLE DB Provider Templates, The OLE DB Provider Architecture