Method GetInt16
GetInt16(Int32)
Gets value of a specified index as 16 bit integer.
Declaration
short GetInt16(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | Index of a column. |
Returns
| Type | Description |
|---|---|
| System.Int16 | Int16 value on a specified index. |