EntityFramework6.Npgsql
EntityFramework6.Npgsql copied to clipboard
LINQ Contains and case insensitive
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
@zdenekPolicar note that this EF6 provider is no longer actively maintained.
Thanks for reply Have a nice day