Skip to main content
A newer version of this page is available. .

Group Class

Specifies the grouping options of a SelectQuery.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public sealed class Group

The following members return Group objects:

Remarks

A Group object is returned by the SelectQuery.GroupBy and SelectQuery.GroupByExpression methods.

To access all groups corresponding to a specific query, use the SelectQuery.Groups property.

Inheritance

Object
Group
See Also