The PersistenceManager has a (client-side) Saving event that you can handle to inspect (and change) the collection of Entities being submitted for a save. The handler gets an EntitySavingEventArgs parameter that has an Entities property which is an IList<Entity> and contains all the Entities being submitted. Simply remove the entities you don't want submitted from that list.