| MongoDatabaseRunCommandAs Method | 
 Overload List
Overload List| 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.
             | 
 See Also
See Also