I do not want to use array sorting on the web server, this should be done on the SQL server.
Microsoft does not support the query (in EF) as follows:
SELECT * FROM [Table_1]
ORDER BY [Table_1].field
COLLATE SQL_SwedishStd_Pref_Cp1_CI_AS
Any ideas? Thank you for the consultation ...
omoto source
share