 | CastExpression 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 CastExpression(
string typeName
)
Parameters
- typeName
- Type: SystemString
is the type to cast to: a fully-qualified class name or primitive type name or "string"
See Also