Endeca Presentation API
CoalesceList Property
NamespacesEndeca.Navigation.AnalyticsExprCoalesceCoalesceList
Gets and sets the CoalesceList for this ExprCoalesce.
Declaration Syntax
C#Visual BasicVisual C++
public virtual CoalesceList CoalesceList{ get; set;}
Public Overridable Property CoalesceList As CoalesceList
public:
virtual property CoalesceList^ CoalesceList {
	CoalesceList^ get ();
	void set (CoalesceList^ value);
}
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.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0