MongoDBDataSourceBase.Connection Property
In This Article
Stores an object that handles a connection to a MongoDB instance.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
[Browsable(false)]
public MongoDBDataConnection Connection { get; }
#Property Value
Type | Description |
---|---|
Mongo |
An object that handles a connection to a Mongo |
See Also