RunLookup Class |
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class RunLookup : _RunLookup
The RunLookup type exposes the following members.
Name | Description | |
---|---|---|
RunLookup(Application, String, Boolean) |
Creates and returns a new Lookup object.
| |
RunLookup(Application, String, Boolean, Boolean) |
Creates and returns a new Lookup object.
|
Name | Description | |
---|---|---|
ClearCache | ||
WaitForThread |
Pauses while the lookup thread is still active
|
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
Application |
Gets and sets the RunDataPA Application object used to populate the lookup.
| |
Building |
Gets a property that indicates if a lookup is currently building
| |
Cached |
Gets a value that indicates if there is cached data for this lookup.
| |
DataTable |
Gets the DataTable that used to populate the lookup.
| |
DescriptionColumn |
Gets the name of the column used to populate the lookup.
| |
ErrorMessage |
Gets any error messages generated when the DataTable is built.
| |
ID |
Gets and sets the unique identifier of the lookup this object represents.
| |
IndexColumn |
Gets the name of the Column that is used to provide the value selected.
| |
Sort |
Gets a value that indicates whether the lookup is sorted.
|
Name | Description | |
---|---|---|
DataBuildComplete |
Event that fires when the build data process completes
|