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