Hello All,
I have one scenario where I am having two data tables, A and B as below
A -
B-
I want to remove all the rows of data table B from A that are exactly matching except the Column Download Status, but the Download Status column must have the value as Success.
Expected Output-
Please help me by suggesting any linqquery.
Thanks in Advance.