Merge

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

構文

void merge(DataRow* other) 

パラメータ

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

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