DataTable dt = new DataTable();
dt.Columns.Add()
SELECT col1, col2, col3 from Table1 union SELECT col1, col2, col3 from Table2
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)