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

ITable.GetColumn(Int32) Method

Gets the specified column from the current table by its index.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

IColumn GetColumn(
    int index
)

Parameters

Name Type Description
index Int32

A zero-based integer value that specifies the index of the required column.

Returns

Type Description
IColumn

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

See Also