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

GroupByWithoutAggregateValidationException Class

An exception thrown when a query has a grouping criteria and some of the selected columns have not been assigned an aggregate expression.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public class GroupByWithoutAggregateValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
GroupByWithoutAggregateValidationException
See Also