Skip to main content

TableInfoList.AddRange(TableInfo[]) Method

Appends an array of data tables to the TableInfoList.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public void AddRange(
    TableInfo[] collection
)

Parameters

Name Type Description
collection TableInfo[]

An array of TableInfo objects to append to the collection.

Remarks

Objects are added to the end of the collection in the same order they have in the array.

See Also