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

IMongoDBConnectionProviderService Interface

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

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v22.1.dll

NuGet Package: DevExpress.DataAccess

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