Skip to main content
A newer version of this page is available. .

DashboardSqlDataSource.GetDataProcessingMode(String) Method

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

Namespace: DevExpress.DashboardCommon

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

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