Click or drag to resize
QueryWizard Constructor (ClientConfig, Query, Point) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new QueryWizard object

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public QueryWizard(
	ClientConfig ClientConfig,
	Query Query,
	Point Location
)

Parameters

ClientConfig
Type: DataPAClientConfigClientConfig
The ClientConfig object for this wizard
Query
Type: DataPA.Utils.QueryEngineQuery
A query object that the form will edit
Location
Type: System.DrawingPoint
The location to draw the screen
Remarks