Click or drag to resize

IMongoDatabaseDropCollectionAsync 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
Task DropCollectionAsync(
	string name,
	DropCollectionOptions options,
	CancellationToken cancellationToken = null
)

Parameters

name
Type: SystemString
The name of the collection to drop.
options
Type: MongoDB.DriverDropCollectionOptions
The options.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Task
A task.
See Also