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

ULResultSet class Next Page

Properties


Syntax

Description

BOF As Boolean (read-only)

Indicates whether the current row position is before the first row. Returns True if the current row position is before the first row, otherwise false.

EOF As Boolean (read-only)

Indicates whether the current row position is after the last row. EOF is true if beyond the last row, otherwise false.

RowCount As Long (read-only)

The number of rows in the result set.

Schema As ULResultSetSchema (read-only)

The schema description for this result set.