How to compare the two DataTable by using LINQ?

I need to compare the two DT: DT1(Master) and DT2(Updated) by using Linkq
if i am having the EmpNO Column in the Two table then i need to compare the excel if updated Excel with master Excel.if the master having the EmpNo just leave it .if it is new one then updated in the master Excel.

can any one help me by script…

1 Like

Hi @keerthi_97

This might be helpful to you please read.

cheers :smiley:

Happy learning :smiley:

3 Likes

@keerthi_97
As this Post is a fork have a look on your origin post. Here I have provided a demo xaml to you