Share via


CCommand::ReleaseCommand

 

The latest version of this topic can be found at CCommand::ReleaseCommand.

Releases the parameter accessor, then releases the command itself.

Syntax

  
void CCommandBase::ReleaseCommand( ) throw( );  
  

Remarks

ReleaseCommand is used in conjunction with Close. See Close for usage details.

Requirements

Header: atldbcli.h

See Also

CCommand Class
CCommand::Close