Endeca Presentation API
WhereFilter Property
NamespacesEndeca.Navigation.AnalyticsStatementWhereFilter
Gets and sets the WHERE clause for this Statement.
Declaration Syntax
C#Visual BasicVisual C++
public virtual IFilter WhereFilter{ get; set;}
Public Overridable Property WhereFilter As IFilter
public:
virtual property IFilter^ WhereFilter {
	IFilter^ get ();
	void set (IFilter^ value);
}
Value
An IFilter containing the WHERE clause for this Statement.
Remarks
The WHERE clause acts as a filter on input records that will be grouped into result aggregates. In other words, it specifies a pre-filter for this Statement.

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