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

getResult() public method

public getResult ( ) : mixed
return mixed result returned from executing the command.
    public function getResult()
    {
        return $this->_result;
    }