Instances of the ExprAggregate class represent aggregate functions over the members of the associated aggregated record.

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

Syntax

C#
public class ExprAggregate : IExpr, 
	IQueryNode
Visual Basic
Public Class ExprAggregate _
	Implements IExpr, IQueryNode
Visual C++
public ref class ExprAggregate : IExpr, 
	IQueryNode

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation.Analytics..::..ExprAggregate

See Also