DataProcessingMode Enum
Lists values used to specify the data processing mode.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.1.Core.dll
Declaration
Members
Name | Description |
---|---|
Client
|
In-memory mode in which all data is stored in the application’s memory and the data engine operates without being connected to the database servers. |
Server
|
Data-related operations are performed on the database server side. |
Remarks
You can also use the DashboardSqlDataSource.GetDataProcessingMode/DashboardEFDataSource.GetDataProcessingMode methods to obtain the data processing mode of the specified data source.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the DataProcessingMode enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.