TableQuery.GroupFilterString Property
Gets or sets the filter criteria to add to the SELECT statement of the TableQuery containing grouped/aggregated columns.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
[LocalizableCategory(DataAccessStringId.QueryPropertyGridTableSelectionCategoryName)]
public string GroupFilterString { get; set; }
Property Value
Type | Description |
---|---|
String | A String value, corresponding to the SELECT statement of the query. |
Remarks
To specify grouping settings, use the TableQuery.Grouping property.
See Also