Update README.md

This commit is contained in:
Alexandre SPIESER
2019-04-15 23:58:13 +01:00
committed by GitHub
parent 67d0a4c8a3
commit 9d1950e9c7
+1 -1
View File
@@ -158,7 +158,7 @@ It is now possible to change the collection name by using the `CollectionName` a
Documents of this type will be inserted into a collection named "MyCollectionName".
## Index Management
From version 1.3.8 the `MongoDbGenericRepository` implements the `IMongoDbCollectionIndexRepository` interface.
From version 1.3.8 the `MongoDbGenericRepository` implements the `IBaseMongoRepository_Index` and `IBaseMongoRepository_Index<TKey>` interfaces.
This exposes the functionality to programmatically manage indexes against your collections in a generic fashion.
The following methods are exposed and fully integration tested: