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

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

Parameters

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

Implements

IMongoIndexManager<TDocument>.DropOne(String, CancellationToken)
See Also