Prado\Data\TDbDataReader::nextResult PHP Method

nextResult() public method

This method is only useful when there are multiple result sets returned by the query. Not all DBMS support this feature.
public nextResult ( )
    public function nextResult()
    {
        return $this->_statement->nextRowset();
    }