I wanted to know how to merge 3 data table which is having same “column” but the values are different.
as of now i was working merging 2 data table with help of LINQ : “MergeDate= Year20.AsEnumerable.union(Year21.AsEnumerable,System.Data.DataRowComparer.Default).CopyToDataTable”
Have you just tried to do the same thing and just replacing Year as Year22 and Year21 as MergeDate.
You can store it into a final variable named FinalMerge for example ?