Example #1
0
 private static global::System.Linq.IQueryable __ContosoMotorsQuery_PreprocessQuery(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, object[] args)
 {
     global::System.Linq.IQueryable <global::LightSwitchApplication.InventoryItem> query = (global::System.Linq.IQueryable <global::LightSwitchApplication.InventoryItem>)args[4];
     d.ContosoMotorsQuery_PreprocessQuery((string)args[0], (string)args[1], (global::System.Nullable <int>)args[2], (global::System.Nullable <int>)args[3], ref query);
     return(query);
 }