Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Query: Combine queryable method processing expression visitors
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