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

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

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v26.1.dll

    Declaration

    public MongoDBDataConnection(
        MongoDBConnectionParametersBase connectionParameters
    )

    Parameters

    Name Type Description
    connectionParameters MongoDBConnectionParametersBase

    MongoDB connection parameters.

    See Also