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

RelationInfoList(Int32) Constructor

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

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