Answer Posted / Papeesh Kumar
Linq Method Syntax is another way to write LINQ queries. Instead of using SQL-like keywords, it uses extension methods on collections. Here's an example: `var result = numbers.OrderBy(n => n);` In this example, 'OrderBy' is a method that sorts the collection in ascending order.
| 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