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 1.0 API Reference » ULConnection class

StartSynchronizationDelete method Next Page

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 on an UltraLite database to save space, while not deleting this information on the consolidated database.

Exceptions
See also