StopSynchronizationDelete method

UL Ext.: Prevents delete operations from being synchronized.

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

This method is useful for deleting old information about an UltraLite database to save space, while not deleting this information about the consolidated database.

See also