Checks whether the database uploads rows that have not changed.
Visual Basic Public Readonly Property UploadUnchangedRows As Boolean
C# public bool UploadUnchangedRows { get;}
True if the table is marked to always upload all rows during synchronization, false if the table is marked to upload only changed rows.
Tables marked as such upload unchanged rows, as well as changed rows, when the table is synchronized. These tables are sometimes referred to as "all sync" tables.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |