Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULConnection class

 

SyncResult property

UL Ext.: Returns the results of the last synchronization for this connection.

Syntax
Visual Basic

Public Readonly Property SyncResult As ULSyncResult
C#

public ULSyncResult SyncResult  { get;}
Property value

A reference to the ULSyncResult object representing the results of the last synchronization for this connection.

See also