Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LINQ Contains and case insensitive #176

Open
zdenekPolicar opened this issue Nov 4, 2021 · 2 comments
Open

LINQ Contains and case insensitive #176

zdenekPolicar opened this issue Nov 4, 2021 · 2 comments

Comments

@zdenekPolicar
Copy link

zdenekPolicar commented Nov 4, 2021

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

@roji
Copy link
Member

roji commented Nov 4, 2021

@zdenekPolicar note that this EF6 provider is no longer actively maintained.

@zdenekPolicar
Copy link
Author

Thanks for reply
Have a nice day

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants