Constructs a new ExprCoalesce.

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

Syntax

C#
public ExprCoalesce(
	CoalesceList cList
)
Visual Basic
Public Sub New ( _
	cList As CoalesceList _
)
Visual C++
public:
ExprCoalesce(
	CoalesceList^ cList
)

Parameters

cList
Type: Endeca.Navigation.Analytics..::..CoalesceList
A CoalesceList object that has been populated with expressions (IExpr objects). The CoalesceList represents a list of expressions to be evaluted on each record to find the first non-null expression for the record. The list must hold expressions in the same order as entered in the query.

See Also