Skip to main content

SortingInfoList.AddRange(SortingInfo[]) Method

Adds an array of SortingInfo objects to the SortingInfoList collection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public void AddRange(
    SortingInfo[] collection
)

Parameters

Name Type Description
collection SortingInfo[]

An array of SortingInfo objects containing sort settings used to order the result set of the specified TableQuery by the specified column(s).

See Also