Skip to main content

Group Class

Specifies the grouping options of a SelectQuery.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#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