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