Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.Data.UltraLite namespace

ULSyncResult class


UL Ext.: Represents the status of the last synchronization.

Prototypes 

' Visual Basic
Public Class ULSyncResult

// C#
public class ULSyncResult

Remarks 

This class cannot be directly instantiated. Each connection has its own ULSyncResult instance, attached as its SyncResult property property. A ULSyncResult instance is only valid while that connection is open.

See also 

ULSyncResult members
AuthStatus property
AuthValue property
IgnoredRows property
PartialDownloadRetained property
StreamErrorCode property
StreamErrorContext property
StreamErrorID property
StreamErrorSystem property
Timestamp property
UploadOK property
Finalize method

Collection Contents Previous Next PDF