Returns the number of rows that need to be uploaded when synchronization next takes place.
CountUploadRows(
[ mask As Long = 0 ], _
[ threshold As Long = -1 ] _
) As Long
Member of UltraLiteAFLib.ULConnection
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 during the next synchronization.