Merge

Merges the given DataRow and the current DataRow.

Syntax

void merge(DataRow* other) 

Parameters

  • Other DataRow to be merged with the current DataRow

Example

DataRow* otherDataRow = new DataRow();
DataRow->merge(otherDataRow);