'Declaration Public Overrides NotOverridable Function GetByte( _ ByVal ordinal As Integer _ ) As Byte
'Usage Dim instance As TdDataReader Dim ordinal As Integer Dim value As Byte value = instance.GetByte(ordinal)
Parameters
- ordinal
- Column ordinal (see TdDataReader.GetOrdinal).
Return Value
Returns the value of the specified field represented as a System.Byte type.