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

IColumn.GetValue<T>(Int32) Method

Gets an individual column value by the specified row index.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

T GetValue<T>(
    int rowIndex
)

Parameters

Name Type Description
rowIndex Int32

A zero-based integer that specifies the row index.

Type Parameters

Name
T

Returns

Type Description
T

An individual column value.

See Also