I am reading 2 dts like above and get the output successfully.(matched and unmatched using 2 for each) I want to get another column values from dt1(PROPOSAL NO) which is corresponding to matching “NIC” and “TERM” to dt2.
Since I have 25000+ records in dt1 & 2500+ records in dt2 it waste huge amount of time inside 2 loops.