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 some substring ...regardless of accents.......So the following code:...myEntities.Items.Where(i...