Prado\Data\TDbDataReader::close PHP Method

close() public method

Any further data reading will result in an exception.
public close ( )
    public function close()
    {
        $this->_statement->closeCursor();
        $this->_closed = true;
    }