Skip to main content
A newer version of this page is available. .

TableInfoList(Int32) Constructor

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

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