Method GetInt16
| Improve this Doc View SourceGetInt16(Int32)
Gets the value of specified column as Int16.
Declaration
public virtual short? GetInt16(int ordinal)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | ordinal | The column ordinal. |
Returns
| Type | Description |
|---|---|
| System.Nullable<System.Int16> | The value. |