In Linq Query why from clause come first as select statment ?
Answer Posted / Pranav Pradeep Saxena
The FROM clause comes before the SELECT statement in LINQ because it defines the data source to be queried, and the SELECT statement is used to specify what data should be selected and how it should be formatted.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category