Back to Devexpress

GroupByWithoutAggregateValidationException Class

corelibraries-devexpress-dot-dataaccess-dot-sql-55c6415d.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public class GroupByWithoutAggregateValidationException :
    ValidationException
vb
Public Class GroupByWithoutAggregateValidationException
    Inherits ValidationException

Inheritance

Object Exception ValidationException GroupByWithoutAggregateValidationException

See Also

GroupByWithoutAggregateValidationException Members

DevExpress.DataAccess.Sql Namespace