The list of GROUP BY expressions that are to be applied to this query.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
public IList<string> GroupByExpressions { get; set; }
Public Property GroupByExpressions As IList(Of String)
	Get
	Set
public:
property IList<String^>^ GroupByExpressions {
	IList<String^>^ get ();
	void set (IList<String^>^ value);
}

See Also