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

getCommand() public method

public getCommand ( ) : TDbCommand
return TDbCommand database command executed.
    public function getCommand()
    {
        return $this->_command;
    }