LINQ in C#

Hi,
If I set my project code option to C#, do I need to write LINQ queries in C# only? Can you point me to LINQ C# learning material?

Thank you,

Dear @A_Learner ,

The answer to your question is striaght YES.
The LINQ syntax should be same of the language your project uses.

Here are some LINQ turorials:

Alternatively you can refer Youtube videos.

Mark as solution, if it solves your query :slight_smile:

Br,
NikZ

@A_Learner

Go throw below tutorial you may get an idea about Linq

So that you can build your own queries.

Happy Automation!!