ExprCoalesce instances represent a coalesce expression holding multiple keys. The keys can be evaluated over the associated records, and the first non-null value is computed for each record.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation.Analytics..::..ExprCoalesce

See Also