Skip to content

Commit

Permalink
Query: Combine queryable method processing expression visitors
Browse files Browse the repository at this point in the history
Introduces QueryableMethodNormalizingExpressionVisitor which
- Extract query metadata methods
- Convert from enumerable to queryable
- Convert List.Contains to queryable Contains
- Flatten GroupJoin-SelectMany

Nav expansion now calls this method on query filter/ defining query

Resolves #19708

Part of #18923
  • Loading branch information
smitpatel committed Feb 12, 2020
1 parent 3574cfb commit 812e241
Show file tree
Hide file tree
Showing 8 changed files with 881 additions and 642 deletions.

This file was deleted.

Loading

0 comments on commit 812e241

Please sign in to comment.