 | InstanceOfExpression Constructor (String) |
Ctor - for use to create an expression tree, without child expression.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic InstanceOfExpression(
string[] typeNames
)
Parameters
- typeNames
- Type: SystemString
is the fully-qualified class names or primitive type names or "string"
See Also