Gets and sets the select list for the query.

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

Syntax

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

Field Value

The list of fields to return with each record in the query results, for navigation, record, and aggregated record queries. Does not affect dimension search queries.

See Also