ChooseDataProviderPage<TModel>.MongoDBConnectionStorageService Property
Specifies the MongoDB connection settings.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v24.1.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