I don't want to use array sorting on the web server it should be done on SQL server.
Microsoft does not support query(in EF) like this:
SELECT * FROM [Table_1]
ORDER BY [Table_1].field
COLLATE SQL_SwedishStd_Pref_Cp1_CI_AS
Any ideas? Thank you in advice...