Click or drag to resize

SubstitutionParameterExpression Constructor (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 SubstitutionParameterExpression(
	string optionalName,
	string optionalType
)

Parameters

optionalName
Type: SystemString
name of the substitution parameter or null if none provided
optionalType
Type: SystemString
type of the substitution parameter or null if none provided
See Also