UL Ext.: Prevents delete operations from being synchronized.
Visual Basic
Public Sub StopSynchronizationDelete()
C#
public void StopSynchronizationDelete();
This method is useful for deleting old information on an UltraLite database to save space, while not deleting this information on the consolidated database.
ULException class - A SQL error occurred.