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 1.0 API Reference » ULSyncProgressData class

SentUpdates property Next Page

SQLCode property


Returns the SQL code for synchronization.

Syntax

Visual Basic

Public Readonly Property SQLCode As ULSQLCode

C#

public ULSQLCode SQLCode {get;}

Property value

The ULSQLCode enumeration value for any synchronization error.

See also