Merge

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

構文

public void merge(DataRow other) 

パラメータ

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

結果

なし

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