I am trying to filter rows of data on a specific date:...The current code takes a dictionary of , and applies the filter to queryable like so:...queryable = pageSettings.FiltersDictionary.Aggregate(queryable, (current, keyValuePair) =>
current.Where(keyV...