rajesh yadav

rajesh yadav

  • 1.3k
  • 82
  • 8.6k

what is the order of exeution in linq.

Apr 9 2020 1:19 AM

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)