Please help me to solve this.
In a datatable, I need to get the matched value in a separate column (copy to a new datatable).
What I have:
What I need:
Since dealing with datatable with large data, I am trying in LinQ Query instead of For Each loop:
Please help me