| MongoCollectionDropIndexByName Method  | 
 
            Drops an index on this collection.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
 Syntax
Syntaxpublic virtual CommandResult DropIndexByName(
	string indexName
)
Public Overridable Function DropIndexByName ( 
	indexName As String
) As CommandResult
abstract DropIndexByName : 
        indexName : string -> CommandResult 
override DropIndexByName : 
        indexName : string -> CommandResult Parameters
- indexName
- Type: SystemString
 The name of the index.
Return Value
Type: 
CommandResultA 
CommandResult.
 See Also
See Also