Answer Posted / Sapna Arya
In LINQ, multiple conditions can be combined using logical operators such as AND (&&), OR (||), and NOT (!). For example: `from item in items where item.Price > 10 && item.Quantity < 5 select item;`
| 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