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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
CriteriaOperatorCollection | A CriteriaOperatorCollection that specifies the columns by which the result of the current SelectStatement should be grouped. |
See Also