Gets and sets the list of Select expressions for this Statement.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Field Value

A SelectList containing the Select expressions for this Statement.

Remarks

Each Select associates a derived value with each result aggregated record produced by this Statement.

See Also