Click or drag to resize

MongoDatabaseBaseDropCollection Method (IClientSessionHandle, String, DropCollectionOptions, CancellationToken)

Drops the collection with the specified name.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public virtual void DropCollection(
	IClientSessionHandle session,
	string name,
	DropCollectionOptions options,
	CancellationToken cancellationToken = default
)

Parameters

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

Implements

IMongoDatabaseDropCollection(IClientSessionHandle, String, DropCollectionOptions, CancellationToken)
See Also