Home »

In which statement the LINQ query is executed?

Question ListCategory: C#.NETIn which statement the LINQ query is executed?
ethanbrown author asked 9 years ago
1 Answers
adamemliy16 author answered 8 years ago

A LINQ query is executed in the For Each statement in Visual Basic and in the foreach statement in C#.

Please login or Register to Submit Answer