Answer Posted / Priyanka Pethe
For example, consider the following LINQ query that fetches all employees from a database with an age greater than 30: `var employees = from e in db.Employees where e.Age > 30 select e;`
| 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