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.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