Skip to main content
All docs
V25.1
  • ChooseDataProviderPage<TModel>.MongoDBConnectionStorageService Property

    Specifies the MongoDB connection settings.

    Namespace: DevExpress.DataAccess.Wizard.Presenters

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    [Dependency]
    public IMongoDBConnectionStorageService MongoDBConnectionStorageService { get; set; }

    Property Value

    Type Description
    DevExpress.DataAccess.Wizard.Services.IMongoDBConnectionStorageService

    An object that contains a service functionality to store the MongoDB connection settings.

    See Also