InterviewSolution
Saved Bookmarks
| 1. |
In Which Statement The Linq Query Is Executed? |
|
Answer» A LINQ query is executed in the For Each STATEMENT in Visual BASIC and in the foreach statement in C#. A LINQ query is executed in the For Each statement in Visual Basic and in the foreach statement in C#. |
|