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