Click or drag to resize

MethodInvocationStreamAddParameter Method

Adds a parameters to the method invocation.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public MethodInvocationStream AddParameter(
	Expression parameterExpression
)

Parameters

parameterExpression
Type: com.espertech.esper.common.client.sodaExpression
is the expression to add

Return Value

Type: MethodInvocationStream
stream
See Also