Click or drag to resize
IMongoIndexManager<TDocument>.DropOne Method
Drops an index by its name.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntax
void DropOne(
	string name,
	CancellationToken cancellationToken = null
)

Parameters

name
Type: System.String
The name.
cancellationToken (Optional)
Type: System.Threading.CancellationToken
The cancellation token.
See Also