Merges two DataTables together.
The Merge method is used to merge two DataTable that have largely similar schemas. The merge operation takes into account only the original table, and the table to be merged.Child tables are not affected or included.If a table has one or more child tables, defined as part of a relationship, each child table must be merged individually.
The original DataTable
The DataTable to be merged with the original DataTable.