1. Locate where you're declaring your SyncTables for each of the tables you sync, each SyncTable has a property SyncDirection. You can set it to UploadOnly, DownloadOnly or Bidirectional
2. Sync is at row level. i.e., if you change one column in a row, the entire row is synched.