2
Answers

what is the order of exeution in linq.

Photo of rajesh yadav

rajesh yadav

5y
860
1

like in sqlserver we have following order of execution.

SELECT ORDER

FROM

  1. ON
  2. JOIN
  3. WHERE
  4. GROUP BY
  5. WITH CUBE or WITH ROLLUP
  6. HAVING
  7. SELECT
  8. DISTINCT
  9. ORDER BY
  10. TOP

can i get the same msdn page where they have written the above thing for both sntaxs of linq.

yours sinerley

Answers (2)