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: 2.2.8.5956 (2.2.8.5956)

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