Skip to main content
All docs
V25.1
  • MongoDBDataSourceBase.Connection Property

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

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

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

    Property Value

    Type Description
    MongoDBDataConnection

    An object that handles a connection to a MongoDB instance.

    See Also