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

GetDatetime method Next Page

GetDouble method


Gets the column value as a Double.

Syntax

GetDouble( index As Integer ) As Double
Member of UltraLiteAFLib.ULResultSet

Parameters

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

Returns

The value as a Double.

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.