Support > Forums > OpenBots Studio > LINQ Query declaration patterns

LINQ Query declaration patterns

Arun Pondhe

  • Reporter
  • Calender Icon June 21,2023 at 6:15 AM

May I know how we can use linq query syntax in OpenBots based on multiple condition Such as Filter datatable based on condition Get the column value count from filter data and remove some datarows from table

This forum has 314 topics, 681 replies, and was last updated 18 days ago by Support Agent

Nataly Alvarado...

  • Participant
  • Calender Icon June 21,2023 at 1:54 PM

Hi Arun Pondhe,

Please note that OpenBots Studio supports C# programming language across its commands. For example, to use linq queries, we recommend to use the evaluate snippet or set variable command which allow you to run a snippet of C# and update the defined variables. Follow the C# programming guidelines to build you query accordingly.

You can find a simple example by checking the Library sample script "Excel_LinqSearch".

You are not authorized to reply, please click here to login and add your reply to this topic.