Skip to main content
A newer version of this page is available. .
All docs
V21.2

MongoDBDataSourceBase.Connection Property

Stores an object that handles a connection to a MongoDB instance.

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

[Browsable(false)]
public MongoDBDataConnection Connection { get; }

Property Value

Type Description
MongoDBDataConnection

An object that handles a connection to a MongoDB instance.

See Also