-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Translate:
document.S.Length == n
to:
{ S : /^.{n}$/s }
in filters. Also support other comparisons (<, <=, !=, >=, >).
Translate `document.S.Count() == n` in the same way as `Length`.
As usual, support ToLower, ToUpper, Trim, TrimEnd and TrimStart between `document.S` and `Length`
- is depended on by
-
CSHARP-3404 LINQ3: Get LegacyPredicateTranslatorTests to pass
-
- Closed
-