Skip to main content
All docs
V23.2

DevExpress.DataAccess.MongoDB Namespace

Contains classes that allow you to bind your application or component to a MongoDB instance.

Assembly: DevExpress.DataAccess.v23.2.dll

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

Classes

Name Description
MongoDBDataConnection Manages a connection to a MongoDB instance.
MongoDBDataSource Contains properties and methods that allow you to bind an application or component to a MongoDB instance.
MongoDBDataSourceBase A base class of MongoDBDataSource.
MongoDBQuery Contains methods and properties that allow you to create a query to a MongoDB database collection.
MongoDBQueryCollection Stores a collection of queries to a MongoDB instance.
QueryParameter Contains methods and properties that allow you to conditionally filter data loaded from a MongoDB instance.

Interfaces

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