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 - AppForge Programming » UltraLite for AppForge API Reference » ULConnection class

RollbackPartialDownload method Next Page

StartSynchronizationDelete method


Allows delete operations to be synchronized with the consolidated database.

Syntax

StartSynchronizationDelete( )
Member of UltraLiteAFLib.ULConnection

Description

Permits delete operations to be synchronized with the consolidated database. This method is used to resume synchronization of delete operations after they had been prevented by StopSynchronizationDelete.

See also