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

RelationColumnInfoList(IEnumerable<RelationColumnInfo>) Constructor

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public RelationColumnInfoList(
    IEnumerable<RelationColumnInfo> collection
)

Parameters

Name Type
collection IEnumerable<RelationColumnInfo>
See Also