Linq-to-sql orderby thenby
Posted
by Curtis White
on Stack Overflow
See other posts from Stack Overflow
or by Curtis White
Published on 2010-05-25T19:52:57Z
Indexed on
2010/05/25
20:01 UTC
Read the original article
Hit count: 456
linq-to-sql
|orderby
I'm using the following query syntax
from table where where orderby orderby
Where the first orderby is a date and second orderby is a date. I would assume this would work like orderby thenby but appears to be doing something else.
1 How can I do an orderby thenby using the above syntax without using extension syntax. (Got it)
2 And what does the orderby, orderby do?
© Stack Overflow or respective owner