Prado\Data\DataGateway\TDataGatewayEventParameter::getCommand PHP Метод

getCommand() публичный Метод

The database command to be executed. Do not rebind the parameters or change the sql query string.
public getCommand ( ) : TDbCommand
Результат TDbCommand command to be executed.
    public function getCommand()
    {
        return $this->_command;
    }