Back to Devexpress

IMongoDBConnectionProviderService Interface

corelibraries-devexpress-dot-dataaccess-dot-mongodb-1b26fa59.md

latest1.3 KB
Original Source

IMongoDBConnectionProviderService Interface

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

Namespace : DevExpress.DataAccess.MongoDB

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public interface IMongoDBConnectionProviderService
vb
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

IMongoDBConnectionProviderService Members

DevExpress.DataAccess.MongoDB Namespace