Gets and sets the CoalesceList for this ExprCoalesce.

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

Syntax

C#
public virtual CoalesceList CoalesceList { get; set; }
Visual Basic
Public Overridable Property CoalesceList As CoalesceList
	Get
	Set
Visual C++
public:
virtual property CoalesceList^ CoalesceList {
	CoalesceList^ get ();
	void set (CoalesceList^ value);
}

Field Value

A CoalesceList object that has been populated with expressions (IExpr objects). The CoalesceList represents a list of expressions that can be evaluated for each record to return the first non-null value for that record.

See Also