DataPA Enterprise Dashboard Controls API Reference
Initializes a new instance of the RunQuery class

Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)

Syntax

C#
public RunQuery(
	ref Query query
)
Visual Basic
Public Sub New ( 
	ByRef query As Query
)
Visual C++
public:
RunQuery(
	Query^% query
)

Parameters

query
Type: RunDataPA..::..Query%

See Also