Answer Posted / Jogendra Singh
To perform a 'not in' query in LINQ, you can use the '!' operator. Here's an example: var result = myCollection.Where(item => !myOtherCollection.Contains(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