 | ExpressionsCoalesce Method (String, String, String) |
Coalesce.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static CoalesceExpression Coalesce(
string propertyOne,
string propertyTwo,
params string[] moreProperties
)
Parameters
- propertyOne
- Type: SystemString
name of the first property returning value to coealesce - propertyTwo
- Type: SystemString
name of the second property returning value to coealesce - moreProperties
- Type: SystemString
name of the optional additional properties returning values to coealesce
Return Value
Type:
CoalesceExpressionexpression
See Also