Click or drag to resize
MongoCollection.DropIndexByName Method
Drops an index on this collection.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.0.1
Syntax
public virtual CommandResult DropIndexByName(
	string indexName
)

Parameters

indexName
Type: System.String
The name of the index.

Return Value

Type: CommandResult
A CommandResult.
See Also