Prado\Data\TDbDataReader::setFetchMode PHP Method

setFetchMode() public method

See also: http://www.php.net/manual/en/function.PDOStatement-setFetchMode.php
public setFetchMode ( $mode )
    public function setFetchMode($mode)
    {
        $params = func_get_args();
        call_user_func_array(array($this->_statement, 'setFetchMode'), $params);
    }