|
|
|
|
|
MongoDeleteCollection (Function) In french: MongoSupprimeCollection Deletes a collection from a MongoDB database. cntMDB is mongoConnection
...
MongoDeleteCollection(cntMDB.Database["CRM"].Collection["product"])
MongoDeleteCollection(gclCollection)
Syntax
<Result> = MongoDeleteCollection(<Collection>)
<Result>: Boolean - True if the operation was performed,
- False if a problem occurs. ErrorInfo is used to identify the error.
<Collection>: mongoCollection variable Name of the mongoCollection variable to delete from the MongoDB database.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|