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

State property Next Page

SyncParms property


UL Ext.: Specifies the synchronization settings for this connection.

Syntax

Visual Basic

Public Readonly Property SyncParms As ULSyncParms

C#

public ULSyncParms SyncParms { get;}

Property value

A reference to the ULSyncParms object representing the parameters used for synchronization by this connection. Modifications to the parameters affect the next synchronization made over this connection.

See also