Skip to main content

SortingInfo.Column Property

Gets or sets the name of the column by whose values the result set is sorted.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string Column { get; set; }

Property Value

Type Description
String

A String value that specifies the name of the column by whose values the result set is sorted.

Remarks

Use the Column property to specify the name of the column by whose values the result set is sorted. The SortingInfo.Table property specifies the name of the table containing the required column.

See Also