Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference » ULResultSet class

Delete method Next Page

GetBoolean method


Gets column value as boolean.

Syntax

GetBoolean(index As Integer ) As Boolean
Member of UltraLiteAFLib.ULResultSet

Parameters

index    The 1-based ordinal in the result set.

Returns

The value as a boolean.

Remarks

This method throws an error if the underlying column is NULL. Applications should first check for a NULL value in the property or method.