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

 

StartSynchronizationDelete method

UL Ext.: Marks all subsequent deletes made by this connection for synchronization.

Syntax
Visual Basic
Public Sub StartSynchronizationDelete()
C#
public void StartSynchronizationDelete();
Remarks

When this function is called, all delete operations are again synchronized, causing the rows deleted from the UltraLite database to be removed from the consolidated database as well.

See also