MongoDatabaseRunCommandAs Method |
Name | Description | |
---|---|---|
RunCommandAsTCommandResult(String) |
Runs a command on this database and returns the result as a TCommandResult.
| |
RunCommandAsTCommandResult(IMongoCommand) |
Runs a command on this database and returns the result as a TCommandResult.
| |
RunCommandAs(Type, IMongoCommand) |
Runs a command on this database and returns the result as a TCommandResult.
| |
RunCommandAs(Type, String) |
Runs a command on this database and returns the result as a TCommandResult.
| |
RunCommandAsTCommandResult(IMongoCommand, ReadPreference) |
Runs a command on this database and returns the result as a TCommandResult.
|