Skip to main content

ITable.GetColumn(Int32) Method

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

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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