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

IndexCount property Next Page

IsNeverSynchronized property


Checks whether the table is marked as never being synchronized.

Syntax

Visual Basic

Public Readonly Property IsNeverSynchronized As Boolean

C#

public bool IsNeverSynchronized {get;}

Property value

True if the table is marked as never being synchronized, false otherwise.

Remarks

Tables marked as never being synchronized are never synchronized, even if they are included in a publication. These tables are sometimes referred to as "no sync" tables.

Exceptions