MongoDBDataConnection Constructors
Manages a connection to a MongoDB instance.Name | Parameters | Description |
---|---|---|
MongoDBDataConnection() | none | Initializes a new instance of the MongoDBDataConnection class. |
MongoDBDataConnection(MongoDBConnectionParametersBase) | connectionParameters | Initializes a new instance of the MongoDBDataConnection class with specified settings. |
MongoDBDataConnection(String) | connectionString | Initializes a new instance of the MongoDBDataConnection class with specified settings. |
See Also