Click or drag to resize

ArrayExpressionAdd Method (String)

Add a property to the expression.

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

Parameters

property
Type: SystemString
to add

Return Value

Type: ArrayExpression
expression
See Also