[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns the type that the node's evaluate method returns an instance of.

Namespace: net.esper.eql.expression
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property ReturnType As Type
C#
public abstract Type ReturnType { get; }
Visual C++
public:
virtual property Type^ ReturnType {
	Type^ get () abstract;
}

Field Value

The type.

Return Value

type returned when evaluated