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

Add properties for 2 streams that are equal.

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

Syntax

Visual Basic (Declaration)
Public Overridable Function Add ( _
	streamLeft As Integer, _
	propertyLeft As String, _
	streamRight As Integer, _
	propertyRight As String _
) As Boolean
C#
public virtual bool Add (
	int streamLeft,
	string propertyLeft,
	int streamRight,
	string propertyRight
)
Visual C++
public:
virtual bool Add (
	int streamLeft, 
	String^ propertyLeft, 
	int streamRight, 
	String^ propertyRight
)

Parameters

streamLeft
System.Int32
left hand stream
propertyLeft
System.String
left hand stream property
streamRight
System.Int32
right hand stream
propertyRight
System.String
right hand stream property

Return Value

true if added and did not exist, false if already known