Skip to main content
All docs
V25.1
  • MongoDBDataConnection(MongoDBConnectionParametersBase) Constructor

    Initializes a new instance of the MongoDBDataConnection class with specified settings.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public MongoDBDataConnection(
        MongoDBConnectionParametersBase connectionParameters
    )

    Parameters

    Name Type Description
    connectionParameters MongoDBConnectionParametersBase

    MongoDB connection parameters.

    See Also