Gets column value as byte.
GetByte( index As Integer ) As Byte
Member of UltraLiteAFLib.ULResultSet
index The 1-based ordinal in the result set.
The value as a byte.
This method throws an error if the underlying column is NULL. Applications should first check for a NULL value in the property or method.