Skip to main content

ColumnInfoList(IEnumerable<ColumnInfo>) Constructor

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public ColumnInfoList(
    IEnumerable<ColumnInfo> collection
)

Parameters

Name Type
collection IEnumerable<ColumnInfo>
See Also