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