Click or drag to resize

CoalesceExpression Constructor (String, String, String)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CoalesceExpression(
	string propertyOne,
	string propertyTwo,
	params string[] moreProperties
)

Parameters

propertyOne
Type: SystemString
the first property in the expression
propertyTwo
Type: SystemString
the second property in the expression
moreProperties
Type: SystemString
optional more properties in the expression
See Also