MongoRepository(T, TKey) Constructor (MongoUrl)

MongoRepository

MongoRepositoryT, TKey Constructor (MongoUrl)
Initializes a new instance of the MongoRepository class.

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
public MongoRepository(
	MongoUrl url
)
Public Sub New ( 
	url As MongoUrl
)
public:
MongoRepository(
	MongoUrl^ url
)
new : 
        url : MongoUrl -> MongoRepository

Parameters

url
Type: MongoUrl
Url to use for connecting to MongoDB.
See Also