[]
Gets the value of the specified column as a Byte.
public override byte GetByte(int ordinal)
Public Overrides Function GetByte(ordinal As Integer) As Byte
| Type | Name | Description |
|---|---|---|
| int | ordinal | The zero-based column ordinal. |
| Type | Description |
|---|---|
| byte | The value of the column. |