Merge

Merges the given DataTable and the current DataTable.

Syntax

void merge(DataTable* other) 

Parameters

  • Other DataTable to be merged with the current DataTable

Example

DataTable* otherDataTable = new DataTable();
dataTable->merge(otherDataTable);