SortByAggregateColumnValidationException.Column Property
In This Article
Indicates the expression that attempted sorting by an aggregate column.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public ExpressionBase Column { get; }
#Property Value
Type | Description |
---|---|
Expression |
An Expression |
See Also