I have to check if clms B,C,D from DT1 matches with clms A,B,C of DT2 and if it mathes i have to write srno value from DT2 to srno clm in DT1 correspondingly. I dont want to use excel for this. Is there any linq query for this?
It’s because there are duplicated set of “empoy num”,“date” and “change by”
If it’s completely duplicated record, we can easily have them one record.
If they have different Sr no as the following, we need to rule which should be selected.
For example, the following sample selects first record if duplicate record.
Can you try this?