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