DataTableMerge

Description

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.


Misc


Original

DataTable InArgument<DataTable> REQUIRED

The original DataTable


To Merge

DataTable_To_Merge InArgument<DataTable> REQUIRED

The DataTable to be merged with the original DataTable.