C# – Customizing schema with Sync Framework

cmicrosoft-sync-frameworksql-server-cewcf

i sync a database via wcf service to sql ce databases on my clients.
however, i don't want the schema generated on the client side to be the
same, as the one on the server.
is there a way to customize the schema returned to the client syncproviders?

Best Answer

Have you looked at Column filtering?

It allows you to sync only a subset of the rows or columns between 2 databases.