MongoRepositoryManager(T, TKey).DropIndex Method

MongoRepository

MongoRepositoryManagerT, TKeyDropIndex Method
Drops specified index on the repository.

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
public virtual void DropIndex(
	string keyname
)
Public Overridable Sub DropIndex ( 
	keyname As String
)
public:
virtual void DropIndex(
	String^ keyname
)
abstract DropIndex : 
        keyname : string -> unit 
override DropIndex : 
        keyname : string -> unit 

Parameters

keyname
Type: SystemString
The name of the indexed field.

Implements

IRepositoryManagerT, TKeyDropIndex(String)
See Also