Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.Data.UltraLite namespace

ULSyncParms class


UL Ext.: Represents synchronization parameters that define how to synchronize an UltraLite database.

Prototypes 

' Visual Basic
NotInheritable Public Class ULSyncParms

// C#
public sealed class ULSyncParms

Remarks 

This class cannot be directly instantiated. Each connection has its own ULSyncParms instance, attached as its SyncParms property property.

At most, only one synchronization command (DownloadOnly property, PingOnly property, ResumePartialDownload property, or UploadOnly property) may be specified at a time. If more than one of these parameters is set to true, a ULSQLCode enumeration SQLException is thrown by Synchronize method.

Other sources of ULSQLCode enumeration errors include not specifying a Stream property value or a Version property value.

See also 

ULSyncParms members
AuthenticationParms property
CheckpointStore property
DisableConcurrency property
DownloadOnly property
KeepPartialDownload property
NewPassword property
Password property
PingOnly property
PublicationMask property
ResumePartialDownload property
SendColumnNames property
SendDownloadAck property
Stream property
StreamParms property
UploadOnly property
UserName property
Version property
CopyFrom method
Finalize method

Collection Contents Previous Next PDF