Prado\Data\DataGateway\TDataGatewayEventParameter::getCommand PHP Method

getCommand() public method

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