Do a vlookup using LINQ and assign the value to the specified column

I believe, you need to find the common and uncommon rows on the basis of comparison of one column value in two datatable.

There are couple of ways to do that, below is the best and cleanest.