Click or drag to resize

JunctionAdd Method (String)

Property to add to the conjunction (AND) or disjunction (OR).

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Junction Add(
	string propertyName
)

Parameters

propertyName
Type: SystemString
is the name of the property

Return Value

Type: Junction
expression
See Also