GetColumn Method
GetColumn<T>(Int32)
Gets th
Declaration
public T GetColumn<T>(int index)
Parameters
| Int32 | index |
Returns
| T |
Type Parameters
| T |
GetColumn<T>(String)
Gets the value of a column identified by its name.
Declaration
public T GetColumn<T>(string name)
Parameters
| String | name | The name of the column. |
Returns
| T | The value of the column with the specified name. |
Type Parameters
| T | The expected type of the value. |