DataPA Enterprise Dashboard Controls API Reference
Creates and returns a new Lookup object.

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

Syntax

C#
public Lookup(
	Application Application = null,
	string ID = "",
	bool BuildInBackground = false
)
Visual Basic
Public Sub New ( 
	Optional Application As Application = Nothing,
	Optional ID As String = "",
	Optional BuildInBackground As Boolean = false
)
Visual C++
public:
Lookup(
	Application^ Application = nullptr, 
	String^ ID = L"", 
	bool BuildInBackground = false
)

Parameters

Application (Optional)
Type: RunDataPA..::..Application
The RunDataPA Application object used to populate the lookup.
ID (Optional)
Type: System..::..String
The unique identifier of the lookup this object represents.
BuildInBackground (Optional)
Type: System..::..Boolean

Remarks