IRepository(T, TKey).DeleteAll Method

MongoRepository

IRepositoryT, TKeyDeleteAll Method
Deletes all entities in the repository.

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
void DeleteAll()
Sub DeleteAll
void DeleteAll()
abstract DeleteAll : unit -> unit 
See Also