Click or drag to resize
RunLookup Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineRunLookup

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class RunLookup : _RunLookup

The RunLookup type exposes the following members.

Constructors
  NameDescription
Public methodRunLookup(Application, String, Boolean)
Creates and returns a new Lookup object.
Public methodRunLookup(Application, String, Boolean, Boolean)
Creates and returns a new Lookup object.
Top
Methods
  NameDescription
Public methodClearCache
Public methodWaitForThread
Pauses while the lookup thread is still active
Top
Fields
Properties
  NameDescription
Public propertyApplication
Gets and sets the RunDataPA Application object used to populate the lookup.
Public propertyBuilding
Gets a property that indicates if a lookup is currently building
Public propertyCached
Gets a value that indicates if there is cached data for this lookup.
Public propertyDataTable
Gets the DataTable that used to populate the lookup.
Public propertyDescriptionColumn
Gets the name of the column used to populate the lookup.
Public propertyErrorMessage
Gets any error messages generated when the DataTable is built.
Public propertyID
Gets and sets the unique identifier of the lookup this object represents.
Public propertyIndexColumn
Gets the name of the Column that is used to provide the value selected.
Public propertySort
Gets a value that indicates whether the lookup is sorted.
Top
Events
  NameDescription
Public eventDataBuildComplete
Event that fires when the build data process completes
Top
See Also