 | SubstitutionParameterExpression Constructor (String, String) |
Ctor.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic 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