MongoRepositoryManager(T, TKey) Constructor

MongoRepository

MongoRepositoryManagerT, TKey Constructor
Initializes a new instance of the MongoRepositoryManager class. Uses the Default App/Web.Config connectionstrings to fetch the connectionString and Database name.

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
public MongoRepositoryManager()
Public Sub New
public:
MongoRepositoryManager()
new : unit -> MongoRepositoryManager
Remarks
Default constructor defaults to "MongoServerSettings" key for connectionstring.
See Also