[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Add an index to end of the list representing a path through indexes.

Namespace: net.esper.filter
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub Add ( _
	index As FilterParamIndex, _
	filteredForValue As Object _
)
C#
public void Add (
	FilterParamIndex index,
	Object filteredForValue
)
Visual C++
public:
void Add (
	FilterParamIndex^ index, 
	Object^ filteredForValue
)

Parameters

index
net.esper.filter.FilterParamIndex
to add
filteredForValue
System.Object
is the value the index filters