Skip to main content

TableInfoList(Int32) Constructor

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public TableInfoList(
    int capacity
)

Parameters

Name Type Description
capacity Int32

An integer value, specifying the total number of elements that a list can hold without resizing.

See Also