- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 208
 
Open
Labels
Description
Hi @phnx47,
I faced with the need to use ignore case LIKE in PostgreSQL. Would be great to have an ability to convert predicate
entity.SomeString.Contains("target", StringComparison.InvariantCultureIgnoreCase) to ..."SomeString" ILIKE '%target%'
Thank you.