Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

SyncParms class


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

Prototypes 

' Visual Basic
NotInheritable Public Class SyncParms

// C#
public sealed class SyncParms

Remarks 

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

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 SQLCode enumeration SQLException will be thrown by Synchronize method.

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

See also 

SyncParms 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