Click or drag to resize
RunLookup Constructor (Application, String, 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 = null,
	string ID = "",
	bool BuildInBackground = false
)

Parameters

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