dropCollection
Drop MongoDB collection
The dropCollection
function will be removed in a future release.
Use the dropCollection
function of the MongoDB® C++ interface instead.
Description
dropCollection(
drops an existing collection from MongoDB by using the MongoDB connection.conn
,collection
)