A Select operation represents the assignment of a named derived value to a record produced as the result of a Statement.

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

Syntax

C#
public class Select : IQueryNode
Visual Basic
Public Class Select _
	Implements IQueryNode
Visual C++
public ref class Select : IQueryNode

Remarks

The definition of the derived value is given by an expression.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation.Analytics..::..Select

See Also