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

HavingWithoutGroupByValidationException Class

An exception thrown when a query contains group filtering criteria and the data is not actually grouped.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public class HavingWithoutGroupByValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
HavingWithoutGroupByValidationException
See Also