Skip to main content

DashboardSqlDataSource.GetDataProcessingMode(String) Method

Gets the data processing mode for the specified query from the current data source.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DataProcessingMode GetDataProcessingMode(
    string queryName
)

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