sql server 2008r2 express - Data from SQL view in entity collection are not sorted -


i have simple sql view 2 columns. first primary key, nvarchar, , second int. view ordered int column. when load data using ef, data not sorted how specified in sql. need receive correctly sorted data?

order ignored in view. need specify order in actual query use against view. see following explanation.

https://dba.stackexchange.com/questions/66353/why-is-the-order-by-clause-in-a-view-ignored-as-soon-as-its-called-with-a-where


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -