-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Translate:
collection.Where(x => x.S.EndsWith(v))
where S is a string property and v is a string constant to:
{ $match : { s : /v'$/ } }
where v' is the Regex escaped version of v.
- is depended on by
-
CSHARP-3404 LINQ3: Get LegacyPredicateTranslatorTests to pass
-
- Closed
-