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

IRow.Item[Int32] Property

Gets an individual row value by the column index.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

object this[int columnIndex] { get; }

Parameters

Name Type Description
columnIndex Int32

A zero-based integer that specifies the column index.

Property Value

Type Description
Object

An individual row value.

See Also