Skip to main content

TableInfo.SelectColumn(String) Method

Selects the specified data column 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 ColumnInfo SelectColumn(
    string name
)

Parameters

Name Type Description
name String

A String value, specifying the column name.

Returns

Type Description
ColumnInfo

A ColumnInfo object.

See Also