Ignoring accents while searching the database using Entity Framework

后端 未结 4 1664
长发绾君心
长发绾君心 2020-12-11 15:23

I have a database table that contains names with accented characters. Like ä and so on.

I need to get all records using EF4 from a table that contains s

4条回答
  •  独厮守ぢ
    2020-12-11 15:37

    If you set an accent-insensitive collation order on the Name column then the queries should work as required.

提交回复
热议问题