MongoRepositoryManager(T) Constructor

MongoRepository

MongoRepositoryManagerT Constructor
Overload List
  Name Description
Public method MongoRepositoryManagerT
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(String)
Initializes a new instance of the MongoRepositoryManager class.
Public method MongoRepositoryManagerT(String, String)
Initializes a new instance of the MongoRepositoryManager class.
Top
See Also