Click or drag to resize
Lookup Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineLookup

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

The Lookup type exposes the following members.

Constructors
  NameDescription
Public methodLookup
Creates and returns a new Lookup object
Public methodLookup(DataRow)
Creates and returns a new Lookup object
Top
Methods
  NameDescription
Public methodClearLocalCache
Method clears any locally cached data for this lookup.
Top
Fields
Properties
  NameDescription
Public propertyCache
Gets and set a value that indicates if this lookup should be cacjed on the client
Public propertyCalcFields
Gets and sets the calculation used to populate this lookup
Public propertyDescriptionField
Gets and sets the name of the description field for this lookup
Public propertyIgnoreBlanks
Gets and sets a value that indicates whether this lookup will exclude rows with a blank description
Public propertyIgnoreDuplicates
Gets and sets a value that indicates if this lookup will ignore rows where a row with the same description is already included
Public propertyIndexField
Gets and sets the name of the index field for this lookup
Public propertyMultipleSelect
Gets and sets a value that indicates whether the lookup allows multiple values to be selected
Public propertyName
Gets and sets the name of this lookup
Public propertyQueryString
Gets and sets the query string used to populate this lookup
Public propertySort
Gets and sets a value that indicates if the lookup will sort values based on the description
Public propertySystem
Gets and sets the name of the system this lookup belongs to
Public propertyTable
Gets and set the table this lookup is populated from
Public propertyUniqueID
Gets and sets the Unique ID that idetifies this lookup
Public propertyVersion
Gets and sets a value that indicates the current version of this lookup
Top
See Also