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

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.v18.2.dll

Declaration

[DefaultValue(null)]
[LocalizableCategory(DataAccessStringId.QueryPropertyGridTableSelectionCategoryName)]
public string GroupFilterString { get; set; }

Property Value

Type Default Description
String *null*

A String value, corresponding to the SELECT statement of the query.

Remarks

To specify grouping settings, use the TableQuery.Grouping property.

See Also