Merge

Merges the given DataTable and the current DataTable.

Syntax

Sub merge(other As DataTable) 

Parameters

  • The other DataTable to be merged with the current DataTable

Results

None.

Example

Dim otherDataTable As New G1CLIENTlib.dataTable
...
dataTable.merge(otherDataTable)