Skip to content

LINQ Contains and case insensitive #176

@zdenekPolicar

Description

@zdenekPolicar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions