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

SortByAggregateColumnValidationException(CustomExpression) Constructor

Initializes a new instance of the SortByAggregateColumnValidationException class with the specified settings.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public SortByAggregateColumnValidationException(
    CustomExpression column
)

Parameters

Name Type Description
column CustomExpression

A CustomExpression object.

See Also