Click or drag to resize
RunLookup Constructor (Application, String, Boolean, Boolean) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new Lookup object.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public RunLookup(
	Application Application,
	string ID,
	bool BuildInBackground,
	bool KillThread
)

Parameters

Application
Type: DataPA.Utils.QueryEngineApplication
The RunDataPA Application object used to populate the lookup.
ID
Type: SystemString
The unique identifier of the lookup this object represents.
BuildInBackground
Type: SystemBoolean
KillThread
Type: SystemBoolean
Remarks