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