Click or drag to resize

IMongoDatabase.DropCollection Method (String, DropCollectionOptions, CancellationToken)

Drops the collection with the specified name.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
void DropCollection(
	string name,
	DropCollectionOptions options,
	CancellationToken cancellationToken = null
)

Parameters

name
Type: System.String
The name of the collection to drop.
options
Type: MongoDB.Driver.DropCollectionOptions
The options.
cancellationToken (Optional)
Type: System.Threading.CancellationToken
The cancellation token.
See Also