MongoDBDataSourceBase.Connection Property
Stores an object that handles a connection to a MongoDB instance.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
MongoDBDataConnection | An object that handles a connection to a MongoDB instance. |
See Also