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

Constructor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	groupFieldName As String _
)
C#
public GroupByView (
	string groupFieldName
)
Visual C++
public:
GroupByView (
	String^ groupFieldName
)

Parameters

groupFieldName
System.String
is the field from which to pull the value to group by