Changing Synchronization Parameters

Synchronization parameters determine the manner in which data is retrieved from the consolidated database during a synchronization session.

The primary purpose of synchronization parameters is to partition data. By changing the synchronization parameters, you affect the data you are working with, including searches, and synchronization.

CustomerSynchronizationParameters sp = Customer.SynchronizationParameters;
            sp.State = "CA";
            sp.Save();