Skip to main content
All docs
V24.1

IMongoDBConnectionProviderService Interface

Allows you to implement a custom connection service for the MongoDBDataSource class.

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public interface IMongoDBConnectionProviderService

Remarks

Refer to the LoadConnection(String) method description for instructions on how to implement a custom connection service for the MongoDBDataSource class.

See Also