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 » Synchronize methods

Synchronize methods Next Page

Synchronize() method


UL Ext.: Synchronize the database using the current ULConnection.SyncParms.

Syntax

Visual Basic

Public Sub Synchronize()

C#

public void Synchronize();

Remarks

A detailed result status is reported in this connection's ULConnection.SyncResult.

See also