MongoRepository(T) Constructor

MongoRepository

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