TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Quantifiers Operators in LINQ
Dinesh Beniwal
Sep 02, 2010
13.9
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
In this article you will see the working of Quantifiers operators in LINQ.
Quantifiers operators in LINQ determine a true/ false for the given operator and then return a Boolean value if some or all the elements in a sequence satisfy a condition. There are 2 common Quantifiers operations that can be used in LINQ Any and All.
In this article , you will see some common LINQ where i can use these operators.
I have created a course and student class. Each student belongs to a course. We will query these objects and retrieve information using LINQ through the quantifiers available to us. Here's the sample data:
Full Article Here
Quantifiers Operators in LINQ
Next Recommended Reading
How to use Partition Operators in LINQ: part 1