Combine DataTables vertically i.e. create a DataTable that contains all rows from both of the supplied DataTables.
Syntax
ISDatabaseBL.DataTablesCombineVertical(dataTable1, dataTable2, dataTableNew, [columns])
Parameters
| Name | Type | Optional | ByRef | Description |
| dataTable1 |
DataTable |
|
|
The first DataTable. |
| dataTable2 |
DataTable |
|
|
The second 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