Example #1
0
 private static global::System.Linq.IQueryable __InBearbeitung_PreprocessQuery(global::LightSwitchApplication.ApplicationDataService d, object[] args)
 {
     global::System.Linq.IQueryable<global::LightSwitchApplication.Rechnungen> query = (global::System.Linq.IQueryable<global::LightSwitchApplication.Rechnungen>)args[0];
     d.InBearbeitung_PreprocessQuery(ref query);
     return query;
 }