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

Sets types of fields used in the group-by.

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

Syntax

Visual Basic (Declaration)
Public WriteOnly Property GroupFieldType As Type()
C#
public Type[] GroupFieldType { set; }
Visual C++
public:
property array<Type^>^ GroupFieldType {
	void set (array<Type^>^ value);
}

Field Value

The type of the group field.