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

User Dava
by
8.3k 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
7.3k points