Prado\Data\TDbDataReader::__construct PHP Method

__construct() public method

Constructor.
public __construct ( TDbCommand $command )
$command TDbCommand
    public function __construct(TDbCommand $command)
    {
        $this->_statement = $command->getPdoStatement();
        $this->_statement->setFetchMode(PDO::FETCH_ASSOC);
    }