Gets the value of the specified column as a byte.
'Declaration
Public Overloads Overrides Function GetByte( _
ByVal As Integer _
) As Byte
public override byte GetByte(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column as a byte.