Skip to main content
A newer version of this page is available. .
All docs
V23.1

ChooseDataProviderPage<TModel>.MongoDBConnectionStorageService Property

Specifies the MongoDB connection settings.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.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