|
|
|
|
MongoDeleteDatabase (Function) In french: MongoSupprimeBase Deletes a MongoDB database as well as its collections.
CntMDB is mongoConnection ... MongoDeleteDatabase(CntDatabaseMDB.Database["CRM"])
Syntax
<Result> = MongoDeleteDatabase(<Database>)
<Result>: Boolean - True if the operation was performed,
- False if a problem occurs. ErrorInfo is used to identify the error.
<Database>: mongoDatabase variable Name of the mongoDatabase variable that corresponds to the Mongo database to delete. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|