Skip to main content

GroupingInfoList.AddRange(GroupingInfo[]) Method

Adds an array of GroupingInfo objects to the GroupingInfoList collection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public void AddRange(
    GroupingInfo[] collection
)

Parameters

Name Type Description
collection GroupingInfo[]

An array of GroupingInfo objects containing settings used to group the result set of the specified TableQuery by the specified column(s).

See Also