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

Returns the native data type representing the event property.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

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