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

Add key and index property.

Namespace: net.esper.eql.join.plan
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Function Add ( _
	keyProperty As String, _
	indexProperty As String _
) As Boolean
C#
public virtual bool Add (
	string keyProperty,
	string indexProperty
)
Visual C++
public:
virtual bool Add (
	String^ keyProperty, 
	String^ indexProperty
)

Parameters

keyProperty
System.String
key property
indexProperty
System.String
index property

Return Value

true if added and either property did not exist, false if either already existed