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

SortByAggregateColumnValidationException.Column Property

Indicates the expression that attempted sorting by an aggregate column.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public ExpressionBase Column { get; }

Property Value

Type Description
ExpressionBase

An ExpressionBase descendant.

See Also