Click or drag to resize

CastExpression Class

Cast expression casts the return value of an expression to a specified type.
Inheritance Hierarchy

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class CastExpression : ExpressionBase

The CastExpression type exposes the following members.

Constructors
  NameDescription
Public methodCastExpression
Ctor.
Public methodCastExpression(String)
Ctor - for use to create an expression tree, without child expression.
Public methodCastExpression(Expression, String)
Ctor.
Top
Properties
  NameDescription
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyPrecedence (Overrides ExpressionBasePrecedence.)
Public propertyTreeObjectName (Inherited from ExpressionBase.)
Public propertyTypeName
Returns the name of the type to cast to.
Top
Methods
  NameDescription
Public methodAddChild
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.)
Public methodSetTypeName
Sets the name of the type to cast to.
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).)
Top
See Also