Tuesday, October 27, 2009

Microsoft Synchronization Framework

To synchronize two database (bidirectional), you have to place the following line within the onInit function of the code portion of the .sync file. For example:

this._giftSyncTable.SyncDirection = Microsoft.Synchronization.Data.SyncDirection.Bidirectional;

No comments: