score:3

Accepted answer

There is no order by default.

The order of the retrieved data depends on your DBMS.

Just profile your database and you will see that the Entity Framework Query has no Order By in the SQL-Query.

score:0

No, they are ordered by the order of select columns (if your query does not contain orderby)


Related Query

More Query from same tag