UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULTableSchema class
The ULTableSchema represents metadata about the table. The following are properties of the ULTableSchema class:
| Prototype | Description |
|---|---|
| ColumnCount As Integer (read-only) | The number of columns in this table |
| IndexCount As Integer (read-only) | The number of indexes on this table |
| Name As String (read-only) | This table's name |
| NeverSynchronized As Boolean (read-only) | Indicates if the table is always excluded from synchronization. |
| PrimaryKey As ULIndexSchema (read-only) | The primary key for this table. |
| UploadUnchangedRows As Boolean (read-only) | Indicates if all rows in the table should be uploaded on synchronization, rather than just the rows changed since the last synchronization. |