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

Returns types of fields used in the group-by.

Namespace: net.esper.view.std
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property GroupFieldTypes As Type()
C#
public Type[] GroupFieldTypes { get; }
Visual C++
public:
property array<Type^>^ GroupFieldTypes {
	array<Type^>^ get ();
}

Field Value

The group field types.