Sync Framework : Can I Sync only a subset of my tables?
问题 The regular code snippet of syncing data with sync framework is this: LocalDBSyncAgent syncAgent = new LocalDBSyncAgent(); Microsoft.Synchronization.Data.SyncStatistics syncStats = syncAgent.Synchronize(); Do anynody knows a way to sync a subset of my tables. Note not the data inside each table but the decide which tables would be involved in the synchronization. Thanks Ariel 回答1: Yes, you absolutely can. Create a SyncTable for each table you want to sync, and add it to the Configuration