Skip to main content

IRow.GetValue<T>(String) Method

Gets an individual row value by the column name.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

T GetValue<T>(
    string columnName
)

Parameters

Name Type Description
columnName String

A String value that specifies the column name.

Type Parameters

Name
T

Returns

Type Description
T

An individual row value.

See Also