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

RollbackPartialDownload method Next Page

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