Method GetValue
GetValue<T>(Int32)
Gets value at specified column index.
Declaration
T GetValue<T>(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index of a column. |
Returns
Type | Description |
---|---|
T | Object value on a specified index. |
Type Parameters
Name | Description |
---|---|
T | Object value on a specified index. |
GetValue<T>(String)
Gets value of specified column name.
Declaration
T GetValue<T>(string columnName)
Parameters
Type | Name | Description |
---|---|---|
System.String | columnName | Name of a column. |
Returns
Type | Description |
---|---|
T | Object value of a specified column. |
Type Parameters
Name | Description |
---|---|
T | Object value of a specified column. |