UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULTable 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. Returns True if the current row position is before the first row, otherwise false. |
IsOpen As Boolean (read-only) | Indicates whether or not the table is currently open. |
RowCount As Long (read-only) | Gets the number of rows in the table. |
Schema As ULTableSchema (read-only) | Gets information about the table schema. |