Click or drag to resize
DashboardQueriesGetNextQuery Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the Next query in the collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardQuery GetNextQuery(
	DashboardQuery Query
)

Parameters

Query
Type: DataPAEnterpriseDashboardDashboardQuery
The current query in the collection.

Return Value

Type: DashboardQuery
The Next query in the collection.
Remarks