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

TableInfo.SelectColumn(String) Method

Selects the specified data column from the table.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

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