[]
Gets the value of the specified column as a 16-bit signed integer.
public override short GetInt16(int ordinal)
| Type | Name | Description |
|---|---|---|
| int | ordinal | The zero-based column ordinal. |
| Type | Description |
|---|---|
| short | The value of the specified column. |