Instances of ExprConstant represent constants.

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

Syntax

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

Remarks

Constants are used in expressions, such as the "2" in "x + 2". Both string and numeric constants are treated identically.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation.Analytics..::..ExprConstant

See Also