MergeDataTable

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

構文

int mergeDataTable(DataTable* dataTable ,DataTable* other ) 

パラメータ

  • Datatable - この関数で操作する DataTable。
  • 現在の DataTable と結合する他の DataTable。

結果

0 (正常終了) またはエラー コードを返します。

// Assume that dataTable and otherDataTable are given here
mergeDataTable (dataTable ,otherDataTableDataRow)