Skip to main content

RelationInfoList(Int32) Constructor

Initializes a new instance of the RelationInfoList 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 RelationInfoList(
    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