MongoDBDataConnection(String) Constructor
Initializes a new instance of the MongoDBDataConnection class with specified settings.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
connectionString | String | A connection string to a MongoDB instance. |
See Also