Hi, I have been going through the sample
Sync101 using Simple Sync Provider , but still I am not 100% what is involved to implement a custom provider based on the Simple Sync provider.
For the background, I am working on a solution that syncs data between an sql database, and a webservice interface.
The documentation for Sync Framework doesn't seem to cover the simple sync provider (well it's in the Class LIbrary reference, but it doesn't really tells me what is the "recommended way" of using it. the section
Synchronization Providers on MSDN is great but it only focuses on Knowledge sync providers)
For example: what is the bare minimum that I need to return in the MetedataSchema property and the
GetMetadataStore method when implementing the simple sync provider?
If you can give me some guidance it would be great. Thanks.