| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| dataTable1 | DataTable | The first DataTable. | ||
| dataTable2 | DataTable | The second DataTable. | ||
| linkColumnId | String | The common column from dataTable1 and dataTable2 to use when combining the rows from each DataTable. | ||
| dataTableNew | DataTable | ByRef | The new DataTable. | |
| columns | String | Optional | A comma-separated list of Columns to include in the new DataTable or blank to include all Columns. |
A Boolean value indication success.