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

 

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