Skip to main content
All docs
V23.2

ChooseDataProviderPage<TModel>.MongoDBConnectionStorageService Property

Specifies the MongoDB connection settings.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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