UploadUnchangedRows property

Checks whether the database uploads rows that have not changed.

Syntax
Visual Basic
Public Readonly Property UploadUnchangedRows As Boolean
C#
public bool UploadUnchangedRows { get;}
Property value

True if the table is marked to always upload all rows during synchronization, false if the table is marked to upload only changed rows.

Remarks

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.

See also