Merge

Merges the given DataTable and the current DataTable.

Syntax

public void merge(DataTable other) 

Parameters

  • The other DataTable to be merged with the current DataTable

Results

None.

Example

DataTable otherDataTable = new DataTable();
dataTable.merge(otherDataTable);