SL01_Query Regarding to the Executing the LINQ Query

Hi,

Scenario. Created an Array and I wrote Linq Query to Show the output.
I am facing an error while applying the condition using the LINQ Query. I have attached the scenario screenshots.
Please Suggest Further.


Regards,
Harsha.

1 Like

Hi @Harsha_S1

What about the following?

arrNumbers.Where(Function(x) x >= 2).ToArray()

Regards

2 Likes

Thank You!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.