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 column |
Returns
Type | Description |
---|---|
T | Object value on specified index |
Type Parameters
Name | Description |
---|---|
T |
GetValue<T>(String)
Gets value of specified column name.
Declaration
T GetValue<T>(string columnName)
Parameters
Type | Name | Description |
---|---|---|
System.String | columnName | Name of column |
Returns
Type | Description |
---|---|
T | Object value of specifiedcolumn |
Type Parameters
Name | Description |
---|---|
T |