 | ExpressionsConcat Method |
Concatenation.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic 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:
ConcatExpressionexpression
See Also