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 » ULTableSchema class

ULTableSchema class Next Page

Properties


The ULTableSchema represents metadata about the table. The following are properties of the ULTableSchema class:

Syntax

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.