Click or drag to resize

MongoDatabaseBaseDropCollectionAsync Method (String, DropCollectionOptions, CancellationToken)

Drops the collection with the specified name.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax
public virtual Task DropCollectionAsync(
	string name,
	DropCollectionOptions options,
	CancellationToken cancellationToken = default
)

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.

Implements

IMongoDatabaseDropCollectionAsync(String, DropCollectionOptions, CancellationToken)
See Also