Method GetValue
| Improve this Doc View SourceGetValue<T>(Column<T>)
Gets the data value for specified column.
Declaration
public T GetValue<T>(Column<T> column)
Parameters
| Type | Name | Description |
|---|---|---|
| Column<T> | column | The specified column. |
Returns
| Type | Description |
|---|---|
| T | The data value. |
Type Parameters
| Name | Description |
|---|---|
| T | Data type of column. |