MongoUrlBuilderToMongoUrl Method |
Creates a new instance of MongoUrl based on the settings in this MongoUrlBuilder.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public MongoUrl ToMongoUrl()
Public Function ToMongoUrl As MongoUrl
member ToMongoUrl : unit -> MongoUrl
Return Value
Type:
MongoUrlA new instance of MongoUrl.
See Also