110k views
4 votes
The extension method ________ is used to filter the results of a linq query.

User Dava
by
8.8k points

1 Answer

5 votes
The LINQ query is used to write queries, similar to SQL that retrieved info
The extension method COUNT is used to filter the results of a linq query. COUNT is extension method from System.Linq namespace. This method counts number of items in collection.
User Matthew Lehner
by
8.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.