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.v23.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public class HavingWithoutGroupByValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
HavingWithoutGroupByValidationException
See Also