Click or drag to resize

ExpressionsConcat Method

Concatenation.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static ConcatExpression Concat(
	string property,
	params string[] properties
)

Parameters

property
Type: SystemString
the name of property returning values to concatenate
properties
Type: SystemString
the names of additional properties returning values to concatenate

Return Value

Type: ConcatExpression
expression
See Also