Merge

指定された DataRow と現在の DataRow を結合します。

構文

Sub merge(other As DataRow) 

パラメータ

  • 現在の DataRow と結合する他の DataRow。

結果

なし

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