[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)
ReadOnly Property ReturnType As Type
C#
Type ReturnType { get; }
Visual C++
property Type^ ReturnType {
	Type^ get ();
}

Field Value

The type.

Return Value

type returned when evaluated