Skip to main content

RelationColumnInfoList(IEnumerable<RelationColumnInfo>) Constructor

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public RelationColumnInfoList(
    IEnumerable<RelationColumnInfo> collection
)

Parameters

Name Type
collection IEnumerable<RelationColumnInfo>
See Also