MongoRepositoryManager(T, TKey).EnsureIndex Method

MongoRepository

MongoRepositoryManagerT, TKeyEnsureIndex Method
Overload List
  Name Description
Public method EnsureIndex(String)
Ensures that the desired index exist and creates it if it doesn't exist.
Public method EnsureIndex(String, Boolean, Boolean, Boolean)
Ensures that the desired index exist and creates it if it doesn't exist.
Top
See Also