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

RelationInfoList(IEnumerable<RelationInfo>) Constructor

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public RelationInfoList(
    IEnumerable<RelationInfo> collection
)

Parameters

Name Type Description
collection IEnumerable<RelationInfo>

A collection of RelationInfo objects.

See Also