Click or drag to resize

MongoDatabaseBase.DropCollection Method (String, CancellationToken)

Drops the collection with the specified name.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax
public virtual void DropCollection(
	string name,
	CancellationToken cancellationToken = default
)

Parameters

name
Type: System.String
The name of the collection to drop.
cancellationToken (Optional)
Type: System.Threading.CancellationToken
The cancellation token.

Implements

IMongoDatabase.DropCollection(String, CancellationToken)
See Also