End of Expression Expected in Linq query

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:

2 Likes

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 :slight_smile:

yeah, @tgopalas
Linq is bit faster, It uses loops internally with complex Filtering, Sorting, Grouping. :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.