 | InstanceOfExpression Constructor (Expression, String, String) |
Ctor.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic InstanceOfExpression(
Expression expressionToCheck,
string typeName,
params string[] moreTypes
)
Parameters
- expressionToCheck
- Type: com.espertech.esper.common.client.sodaExpression
provides values to check the type of - typeName
- Type: SystemString
is one fully-qualified class names or primitive type names or "string" - moreTypes
- Type: SystemString
is additional optional fully-qualified class names or primitive type names or "string"
See Also