Hi All,
Can you please help me in overcoming this exception.
The code i’m using is to check the matched data from 2 datables and removing in datatable1
Hi All,
Can you please help me in overcoming this exception.
The code i’m using is to check the matched data from 2 datables and removing in datatable1
hi @tgopalas
try this:
Thanks a lot @samir.
That’s a great help.
When I got the above error, i moved to foreach loops and achieved it. but the solution you have given reduced the execution time and the number of activities as well
yeah, @tgopalas
Linq is bit faster, It uses loops internally with complex Filtering, Sorting, Grouping.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.