Microsoft Sync Framework 2.1: "Last Write Wins"

202 Views Asked by At

I would like some help finding any (C#) example of Sync Framework 2.1 using the "Last Write Wins" conflict resolution style. I followed the example MS put out, and my provisioning/sync works just fine, my issue is that I cannot use UploadAndDownload/DownloadAndUpload/Download/Upload for my situation. I need the site that has written the record LAST to have precedent. Can anyone point to depiction of the Framework doing that? I should note my dbo.TABLE_tracking last_change_datetime column is being populated throughout every change made in the database (respectively... obviously "TABLE" is just a generic example), and so I would hope that once I see find how to enable last write wins that I would experience the desired behavior.

0

There are 0 best solutions below