Merge

Merges the given DataRow and the current DataRow.

Syntax

public void merge(DataRow other) 

Parameters

  • The other DataRow to be merged with the current DataRow

Results

None.

Example

DataRow otherDataRow = new DataRow();
dataRow.merge(otherDataRow);