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

AggregateQueryInvalidSortingValidationException(String, String) Constructor

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public AggregateQueryInvalidSortingValidationException(
    string tableName,
    string columnName
)

Parameters

Name Type Description
tableName String

A String value, specifying the table name.

columnName String

A String value, specifying the column name.

See Also