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
If you set an accent-insensitive collation order on the Name column then the queries should work as required.