DashboardSqlDataSource.GetDataProcessingMode(String) Method
Gets the data processing mode for the specified query from the current data source.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
queryName | String | A String value that specifies the query name. |
Returns
Type | Description |
---|---|
DataProcessingMode | A DataProcessingMode value that is the data processing mode for the specified query. |
See Also