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

SyncParms property Next Page

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