Combine DataTables horizontally i.e. create a DataTable that contains all columns from both of the supplied DataTables.

Syntax

ISDatabaseBL.DataTablesCombineHorizontal(dataTable1, dataTable2, linkColumnId, dataTableNew, [columns])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value indication success.

Member of:
ISDatabaseBL
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0