ClientConfigShowQueryString Method |
|
DataPA OpenAnalytics API Reference
Shows a dialog with the query string that will be executed on the server for a given query
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void ShowQueryString(
Query Query
)
Public Sub ShowQueryString (
Query As Query
)
public:
virtual void ShowQueryString(
Query^ Query
) sealed
function ShowQueryString(Query);
Parameters
- Query
- Type: DataPA.Utils.QueryEngineQuery
A given query
See Also