Skip to main content

TableInfo.SelectColumns(String[]) Method

Selects the specified data column range from the table.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public void SelectColumns(
    params string[] columns
)

Parameters

Name Type Description
columns String[]

An array of String values, specifying the column names.

See Also