-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
For example, only `b` should be visible when translating an expression like:
a.Collection1.Any(b => a.Value1 == 2)
MQL filter language has more restrictive visibility rules here than the C# language does. That's valid in C#, but can't be translated to an MQL filter.
Note: this can probably be translated using `$expr`, which we will be working on soon.
- is depended on by
-
CSHARP-3354 LINQ3: Get PredicateTranslatorValidationTests to pass
-
- Closed
-