DevExpress.DataAccess.MongoDB Namespace
Contains classes that allow you to bind your application or component to a MongoDB instance.
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
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. |
| MongoDBSchemaNode | Defines a node and its hierarchy in the MongoDBQuery‘s schema. |
| 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. |
Enums
| Name | Description |
|---|---|
| MongoDBNodeType | Lists values that identify the type of the MongoDB data node. |