ICommandImpl Class

Provides implementation for the ICommand interface.

template <class T, class CommandBase = ICommand> 
class ATL_NO_VTABLE ICommandImpl : public CommandBase

Parameters

  • T
    Your class, derived from ICommandImpl.

  • CommandBase
    A command interface. The default is ICommand.

Remarks

A mandatory interface on the command object.

Requirements

Header: atldb.h

See Also

Concepts

OLE DB Provider Templates (C+)

The OLE DB Provider Template Architecture

Other Resources

ICommandImpl Members