Skip to main content

TableInfoList(IEnumerable<TableInfo>) Constructor

Initializes a new instance of the TableInfoList class with the specified settings.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public TableInfoList(
    IEnumerable<TableInfo> collection
)

Parameters

Name Type Description
collection IEnumerable<TableInfo>

A collection of TableInfo objects.

See Also