I have problem in syncronization of data using microsoft sinc Framework. At client I have .sdf database and at server I have normal SQL server database. I want to apply filtering on client data. Other than sync. whole table I want to sync few rows based on logged in user.
Client is a normal winforms client so anybody can login with his credential. Can one tell me How I can place command/Filter client data and sync with server..