MongoClient.Exec (gb.mongodb)

Function Exec ( Command As Collection ) As Collection

Execute a MongoDB command on the current database.

  • Command : The command to execute.

This method returns the result of the command, if any.