cancel
Showing results for 
Search instead for 
Did you mean: 

use LINQ to collection

sumire
Level 9
Hi,

I want to filter collection using LINQ.
ex. delete row with duplicate values in specific columns, extract rows with specific conditions

is LINQ available in Blue Prism?
If yes, please show me how to use. Which VBO can I use, and how to set?
If possible, please show me example.

Thanks,

------------------------------
Mitsuko
Asia/Tokyo
------------------------------
------------------------------
Mitsuko
Asia/Tokyo
------------------------------
2 REPLIES 2

VivekGoel
Level 10
Open a new object:

1- Import Linq related Dll and namespace 
2- Set your language to C#

Now you should be able to write LINQ queries in the object.

------------------------------
Vivek Goel
RPA Architect
Asia/Singapore
+6594554364
https://www.rpatools.com/
------------------------------

Just want to clarify:
Reference: System.Core.dll (and you probably want System.Data.DataSetExtensions.dll too)
Namespace: System.Linq


------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------