| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
MongoDB.CloseDatabase
Closes the current database explicitly.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| MongoDB | 12.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "MongoDB.CloseDatabase"; MongoDBRef ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| MongoDBRef | The reference number for the mongo connection. | $MongoDB |
Result
Returns OK or error.
Description
Closes the current database explicitly.You usually don't need to call this as this happens automatically when you open a new database or close the connection.
See also
Release notes
- Version 12.4
- Added MongoDB.CloseCollection and MongoDB.CloseDatabase functions.
Blog Entries
This function checks for a license.
Created 27th July 2022, last changed 27th July 2022