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