CCommand::CreateCommand

Creates a new command.

HRESULT CCommandBase::CreateCommand(
   const CSession& session 
) throw ( );

Parameters

  • session
    [in] A CSession object to be associated with the new command.

Return Value

A standard HRESULT.

Remarks

This method creates a command using the specified session object.

Requirements

Header: atldbcli.h

See Also

Reference

CCommand Class

Other Resources

CCommand Members