C# LINQ Introduction

breigo
42.7K views

Open Source Your Knowledge, Become a Contributor

Technology knowledge has to be shared and made accessible for free. Join the movement.

Create Content

Filter data with Where

We've built up our understanding of LINQ using Where(predicate) in the last section.

You can apply Where to restrict the result set to contain only elements that satisfy a specified condition.

Example

Return all people, who are at least 30 years old.

Where
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content