UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULConnection class
CountUploadRows(
[ mask As Long = 0 ], _
[ threshold As Long = -1 ] _
) As Long
Member of UltraLiteAFLib.ULConnection
Returns the number of rows that need to be uploaded when synchronization next takes place.
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 the number of rows that need to be uploaded in next synchronization.