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

SelectQuery.SelectColumns(Table, String[]) Method

Selects specified columns from the required data table.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public void SelectColumns(
    Table table,
    params string[] columnNames
)

Parameters

Name Type Description
table Table

A Table to which the obtained column belongs.

columnNames String[]

An array of String values, specifying the names of obtained columns.

See Also