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

IRow.Item[String] Property

Gets an individual row value by the column name.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

object this[string columnName] { get; }

Parameters

Name Type Description
columnName String

A String value that specifies the column name.

Property Value

Type Description
Object

An individual row value.

See Also