How can I ignore accents (like ´, `, ~) in queries made to a SQL Server database using LINQ to SQL?
UPDATE:
Still haven\'t figured out how t
LINQ to SQL doesn't have any specific functionality for setting the collation used for a query and so it will always use the database default.