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