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

SelectStatement.GroupProperties Property

Provides access to the CriteriaOperatorCollection that specifies the columns by which the result of the current SelectStatement should be grouped.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v19.2.dll

Declaration

public CriteriaOperatorCollection GroupProperties { get; }

Property Value

Type Description
CriteriaOperatorCollection

A CriteriaOperatorCollection that specifies the columns by which the result of the current SelectStatement should be grouped.

See Also