You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to make case insensitive linq like customers.Where(c=>c.Name.Contains("john")) to find "John", "Saint-john",... without using .ToLower() / ToUpper()?
In .NET Core version exists EF.Functions.ILike.
Thanks,
Zdenek
The text was updated successfully, but these errors were encountered:
Hi,
is it possible to make case insensitive linq like
customers.Where(c=>c.Name.Contains("john"))
to find "John", "Saint-john",... without using .ToLower() / ToUpper()?In .NET Core version exists
EF.Functions.ILike
.Thanks,
Zdenek
The text was updated successfully, but these errors were encountered: