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

ITable.GetColumn(String) Method

Gets the specified column from the current table by name.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

IColumn GetColumn(
    string name
)

Parameters

Name Type Description
name String

A String value that specifies the name of the required column.

Returns

Type Description
IColumn

An object implementing the IColumn interface that is the column from the current table.

See Also