Where function to Get Not Matching values,Length,Multiple where Functions- Linq query UiPath-Part 3

Published: 31 January 2022
on channel: Harika Mudiam
2,476
46

LINQ Query:

Non-Matched Values :
dtMonthlyTable.AsEnumerable().Where(Function(row) Not dtReferenceTable.AsEnumerable.Any(Function(x) x(“Item Name”).ToString=row(“Item Description”).ToString)).copytoDataTable

Length and where:
dtMonthlyTable.AsEnumerable().Where(Function(row) row("Item Description").ToString.Length = 4).CopyToDataTable

Multiple Where:
dtMonthlyTable.AsEnumerable().Where(Function(row) row("Item Description").ToString.Length = 4).Where(Function(row) row("Quantity").ToString.Contains("3")).CopyToDataTable


Watch video Where function to Get Not Matching values,Length,Multiple where Functions- Linq query UiPath-Part 3 online without registration, duration hours minute second in high quality. This video was added by user Harika Mudiam 31 January 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,476 once and liked it 46 people.