Skip to main content
All docs
V24.2

ChooseDataProviderPage<TModel>.MongoDBConnectionStorageService Property

Specifies the MongoDB connection settings.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v24.2.dll

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