like in sqlserver we have following order of execution.
SELECT ORDER
FROM
- ON
- JOIN
- WHERE
- GROUP BY
- WITH CUBE or WITH ROLLUP
- HAVING
- SELECT
- DISTINCT
- ORDER BY
- TOP
can i get the same msdn page where they have written the above thing for both sntaxs of linq.
yours sinerley