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

SortingInfo.Table Property

Gets or sets the table name.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public string Table { get; set; }

Property Value

Type Description
String

A String value that specifies the name of the table.

Remarks

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

See Also