Back to Devexpress

DataProcessingMode Enum

dashboard-devexpress-dot-dashboardcommon-1556f23c.md

latest2.0 KB
Original Source

DataProcessingMode Enum

Lists values used to specify the data processing mode.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DataProcessingMode
vb
Public Enum DataProcessingMode

Members

NameDescription
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.

|

The following properties accept/return DataProcessingMode values:

Remarks

You can also use the DashboardSqlDataSource.GetDataProcessingMode/DashboardEFDataSource.GetDataProcessingMode methods to obtain the data processing mode of the specified data source.

See Also

DevExpress.DashboardCommon Namespace