-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 2.14.1
-
Component/s: LINQ3
-
None
-
Minor Change
Hi, when I trying to query LINQ request x => x.Name.Contains("FirstName", StringComparison.CurrentCultureIgnoreCase) ** throw the following error message.
Message:
Expression not supported: x.Name.Contains("FirstName", CurrentCultureIgnoreCase).
Following are my using
- Mongo driver: v2.14.1
** - Linq provider: clientSettings.LinqProvider = LinqProvider.V3
NOTE: Original description described the problem that OrdinalIgnoreCase doesn't work. This is expected and explained below in the comments.