Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_TableSchema_iface class

 

IsNeverSynchronized function

Checks whether the table is marked as never being synchronized.

Syntax
bool UltraLite_TableSchema_iface::IsNeverSynchronized()
Returns
  • True if the table is omitted from synchronization. Tables marked as never being synchronized are never synchronized, even if they are included in a publication. These tables are sometimes referred to as nosync tables.

  • False if the table is included as a synchronizable table.