Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULConnection class » Synchronize methods

 

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