RunLookup Constructor (Application, String, Boolean) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new Lookup object.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public RunLookup(
Application Application = null,
string ID = "",
bool BuildInBackground = false
)
Public Sub New (
Optional Application As Application = Nothing,
Optional ID As String = "",
Optional BuildInBackground As Boolean = false
)
public:
RunLookup(
Application^ Application = nullptr,
String^ ID = L"",
bool BuildInBackground = false
)
DataPA.Utils.QueryEngine.RunLookup = function(Application, ID, BuildInBackground);
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 See Also