use LINQ to collection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-11-19 05:48 AM
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
------------------------------
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
------------------------------
Mitsuko
Asia/Tokyo
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-11-19 08:37 AM
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/
------------------------------
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/
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-11-19 12:42 PM
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
------------------------------
Reference: System.Core.dll (and you probably want System.Data.DataSetExtensions.dll too)
Namespace: System.Linq
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
