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

Commit method Next Page

CountUploadRows method


Returns the number of rows that need to be uploaded when synchronization next takes place.

Syntax

CountUploadRows(
[ mask As Long = 0 ], _
[ threshold As Long = -1 ] _
) As Long
Member of UltraLiteAFLib.ULConnection

Parameters

mask    An optional, unique identifier that refers to the publications to check. Use 0 for all publications. If not specified, then the value is zero.

threshold    An optional parameter representing the maximum number of rows to count. Use -1 to indicate no maximum. If not specified, this value is -1.

Returns

Returns the number of rows that need to be uploaded during the next synchronization.