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

GetDouble method Next Page

GetInteger method


Gets the column value as an Integer.

Syntax

GetInteger( index As Integer ) As Integer
Member of UltraLiteAFLib.ULResultSet

Parameters

index    The 1-based ordinal in the result set to get.

Returns

The value as an Integer.

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.