MongoDB\Driver\Manager::executeReadCommand
(mongodb >=1.4.0)
Execute a database command that reads
Description
Selects a server according to the "readPreference" option and executes the command on that server.
This method will apply logic that is specific to commands that read (e.g. distinct). Default values for the "readPreference" and "readConcern" options will be inferred from an active transaction (indicated by the "session" option), followed by the connection URI.
Parameters
optionsOption Type Description TransactionReadWriteConcern
Return Values Cursor
Errors/Exceptions
- Throws
MongoDB\Driver\Exception\RuntimeExceptionon other errors (e.g. invalid command).