Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 license.
Created 27th July 2022, last changed 27th July 2022