Merge

Merges the given DataRow and the current DataRow.

Syntax

Sub merge(other As DataRow) 

Parameters

  • The other DataRow to be merged with the current DataRow

Results

None.

Example

Dim otherDataRow As New G1CLIENTlib.DataRow
...
dataRow.merge(otherDataRow)