Prado\Data\DataGateway\TDataGatewayEventParameter::getCommand PHP Méthode

getCommand() public méthode

The database command to be executed. Do not rebind the parameters or change the sql query string.
public getCommand ( ) : TDbCommand
Résultat TDbCommand command to be executed.
    public function getCommand()
    {
        return $this->_command;
    }