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