DataTable merge without primary key column

后端 未结 1 1631
无人及你
无人及你 2021-01-23 21:44

How to merge tables in which destination table contains primary key column and source table doesnt contain. DataSet enforceConstraints is set to false then it will merge the tab

相关标签:
1条回答
  • 2021-01-23 22:10

    Have tried to merge tables without primary key. I think its not possible.

    0 讨论(0)
提交回复
热议问题