-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
UsesExpr returns true if the filter uses $expr.
This property returns true even if the use of $expr is not at the top level (for example, AstAndFilter is not a $expr filter, but AstAndFilter's UsesExpr returns true if any of the nested filters return true for UsesExpr).
- is depended on by
-
CSHARP-3473 LINQ3: Get PredicateTranslatorTests to pass
- Closed