Posts by user105098 • 1 point
1 post
-
0
votes3
answers1480
viewsA: How to make a query through LINQ ignoring accents?
a simple way I found it was like this. utilizo Entity framework com mysql e utf8 -default collation, using (controle_estoqueEntities entity = new controle_estoqueEntities()) { return (from a in…