CCommand::CreateCommand
The latest version of this topic can be found at CCommand::CreateCommand.
Creates a new command.
HRESULT CCommandBase::CreateCommand(
const CSession& session
) throw ( );
session
[in] A CSession
object to be associated with the new command.
A standard HRESULT
.
This method creates a command using the specified session object.
Header: atldbcli.h