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