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;
    }