Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULSyncProgressData class

 

TableID property

Returns the database index of the table currently being synchronized.

Syntax
Visual Basic

Public Readonly Property TableID As Integer
C#

public int TableID  { get;}
Property value

The database index, in the range from 1 to ULDatabaseSchema.TableCount

See also