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

 

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