ICommandImpl
template <class T**>
class ATL_NO_VTABLE ICommandImpl : public ICommand**
Parameters
T
Your class, derived from ICommandImpl.
Remarks
A mandatory interface on the command object. This class provides implementation for the interface.
#include <atldb.h>
See Also
Using the OLE DB Provider Templates, The OLE DB Provider Architecture