Gets and sets the LookupList for this ExprLookup.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual LookupList LookupList { get; set; }
Visual Basic
Public Overridable Property LookupList As LookupList
	Get
	Set
Visual C++
public:
virtual property LookupList^ LookupList {
	LookupList^ get ();
	void set (LookupList^ value);
}

Field Value

A LookupList object that has been populated with lookup expressions (IExpr objects). The LookupList represents a list of expressions that evaluate to a list of values that uniquely identify a record in the table.

See Also