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