IRow.GetValue<T>(String) Method
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. |
Type Parameters
| Name |
|---|
| T |
Returns
| Type | Description |
|---|---|
| T | An individual row value. |
See Also