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

 

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