MongoDatabase.RunCommandAs Method |
Name | Description | |
---|---|---|
![]() | RunCommandAs<TCommandResult>(String) |
Runs a command on this database and returns the result as a TCommandResult.
|
![]() | RunCommandAs<TCommandResult>(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.
|
![]() | RunCommandAs<TCommandResult>(IMongoCommand, ReadPreference) |
Runs a command on this database and returns the result as a TCommandResult.
|