C Sharp (C#) - LINQ Fundamentals
What does the LINQ method
Where do in method syntax?Where do in method syntax?WhereWhere method is used to select only those items from a collection that satisfy a given condition.Select which transforms items, or OrderBy which sorts, Where filters items based on a predicate.Where = Filter [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions