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