IRepositoryManager(T, TKey).DropAllIndexes Method

MongoRepository

IRepositoryManagerT, 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
void DropAllIndexes()
Sub DropAllIndexes
void DropAllIndexes()
abstract DropAllIndexes : unit -> unit 
See Also