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

ColumnInfoList(IEnumerable<ColumnInfo>) Constructor

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public ColumnInfoList(
    IEnumerable<ColumnInfo> collection
)

Parameters

Name Type
collection IEnumerable<ColumnInfo>
See Also