Posts by MiguelJm • 11 points
1 post
-
1
votes1
answer143
viewsA: How to return independent accentuation search on Asp.Net MVC systems
If you use direct queries in sql: Select * from tabela where campo like '%texto_om_acento%' collate Latin1_General_CI_AI If you wish to consult with: var result = from p in People where…