IRow.Item[String] Property
Gets an individual row value by the column name.
Namespace: DevExpress.DataAccess.Sql.DataApi
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
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