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

AggregationWithoutAliasValidationException Class

An exception thrown when an aggregation has been used without specifying its alias.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public class AggregationWithoutAliasValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
AggregationWithoutAliasValidationException
See Also