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 2.0 API Reference » ULConnection class » CountUploadRows methods

CountUploadRows methods Next Page

CountUploadRows(Int32, UInt32) method


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

Syntax

Visual Basic

Public Function CountUploadRows( _
ByVal mask As Integer, _
ByVal threshold As UInt32 _
) As UInt32

C#

public uint CountUploadRows(
int mask,
uint threshold
);

Parameters
Return value

The number of rows that need to be uploaded from the specified publication(s).

See also