MongoRepositoryManager(T, TKey).DropAllIndexes Method

MongoRepository

MongoRepositoryManagerT, TKeyDropAllIndexes Method
Drops all indexes on this repository.

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
public virtual void DropAllIndexes()
Public Overridable Sub DropAllIndexes
public:
virtual void DropAllIndexes()
abstract DropAllIndexes : unit -> unit 
override DropAllIndexes : unit -> unit 

Implements

IRepositoryManagerT, TKeyDropAllIndexes
See Also