private static global::System.Linq.IQueryable __MyProjectAssignments_PreprocessQuery(global::LightSwitchApplication.ApplicationDataService d, object[] args)
 {
     global::System.Linq.IQueryable<global::LightSwitchApplication.Project> query = (global::System.Linq.IQueryable<global::LightSwitchApplication.Project>)args[0];
     d.MyProjectAssignments_PreprocessQuery(ref query);
     return query;
 }