I have three dataviews (dataview1, dataview2, and dataview3). These are of type System.Data.DataView, and all three have the same columns. Is there an easy way to merge them into one, so I have one dataview with rows from dataview1, followed by dataview2, and then dataview3?
I have three dataviews (dataview1, dataview2, and dataview3). These are of type System.Data.DataView, and
Share
1 Answer