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

IRow.GetValue<T>(Int32) Method

Gets an individual row value by the column index.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

T GetValue<T>(
    int columnIndex
)

Parameters

Name Type Description
columnIndex Int32

A zero-based integer that specifies the column index.

Type Parameters

Name
T

Returns

Type Description
T

An individual row value.

See Also