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 2.0 API Reference » ULSyncResult class

AuthValue property Next Page

IgnoredRows property


Checks whether any uploaded rows were ignored during the last synchronization.

Syntax

Visual Basic

Public Readonly Property IgnoredRows As Boolean

C#

public bool IgnoredRows { get;}

Property value

True if any uploaded rows were ignored during the last synchronization, false if no rows were ignored.

See also