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 » ULSyncResult class

IgnoredRows property Next Page

PartialDownloadRetained property


Checks whether a partial download was retained during the last synchronization.

Syntax

Visual Basic

Public Readonly Property PartialDownloadRetained As Boolean

C#

public bool PartialDownloadRetained {get;}

Property value

True if a download was interrupted and the partial download was retained, false if the download was not interrupted or if the partial download was rolled back.

See also