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

GetBoolean method Next Page

GetByte method


Gets column value as byte.

Syntax

GetByte( index As Integer ) As Byte
Member of UltraLiteAFLib.ULResultSet

Parameters

index    The 1-based ordinal in the result set.

Returns

The value as a byte.

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.