Click or drag to resize
ClientConfigShowQueryString Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Shows a dialog with the query string that will be executed on the server for a given query

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void ShowQueryString(
	Query Query
)

Parameters

Query
Type: DataPA.Utils.QueryEngineQuery
A given query
See Also