Skip to main content

SortingInfoList.Remove(String, String) Method

Removes the specified SortingInfo object from the SortingInfoList collection based on the table and column names.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public bool Remove(
    string table,
    string column
)

Parameters

Name Type Description
table String

A String value that specifies the table name.

column String

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

Returns

Type Description
Boolean

true, if the specified element is successfully removed from the collection; otherwise, false.

See Also