UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULResultSet class
| Prototype | 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. |