MongoRepositoryManager(T, TKey) Constructor

MongoRepository

MongoRepositoryManagerT, TKey Constructor
Overload List
  Name Description
Public method MongoRepositoryManagerT, TKey
Initializes a new instance of the MongoRepositoryManager class. Uses the Default App/Web.Config connectionstrings to fetch the connectionString and Database name.
Public method MongoRepositoryManagerT, TKey(String)
Initializes a new instance of the MongoRepositoryManager class.
Public method MongoRepositoryManagerT, TKey(String, String)
Initializes a new instance of the MongoRepositoryManager class.
Top
See Also