Methods
| ICommandImpl | The constructor. | 
| CancelExecution | Cancels the current command execution. | 
| CreateRowset | Creates a rowset object. | 
| Cancel | Cancels the current command execution. | 
| Execute | Executes the command. | 
| GetDBSession | Returns an interface pointer to the session that created the command. | 
Data Members
| m_bIsExecuting | Indicates whether the command is currently executing. | 
| m_bCancelWhenExecuting | Indicates whether the command is to be canceled when executing. | 
| m_bCancel | Indicates whether the command is to be canceled. |