Click or drag to resize
DashboardQueryUpdateQuery Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Updates the Query object this DashboardQuery is based on.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool UpdateQuery(
	Query NewQuery,
	ref string ErrString = ""
)

Parameters

NewQuery
Type: DataPA.Utils.QueryEngineQuery
The amended query.
ErrString (Optional)
Type: SystemString

Return Value

Type: Boolean
True if the query is updated.
Remarks