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

CountUploadRows method Next Page

CountUploadRows method


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

Syntax

Visual Basic

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

C#

public long CountUploadRows(
int mask,
long threshold
);

Parameters
Return value

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

Remarks

This method is provided for languages that do not support the System.UInt32 type natively. Use the other form of this method if your application supports it.

Exceptions
See also