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 - .NET Programming » UltraLite .NET 1.0 API Reference » ULSyncProgressData class

SyncResult property Next Page

TableCount property


A count of the tables sent or received (TableCount of TableTotal) so far.

Syntax

Visual Basic

Public Readonly Property TableCount As Integer

C#

public int TableCount {get;}

Property value

The count of tables sent or received.

See also