标签: c# .net
两个具有相同列的数据表,无法合并表。
Getting error message - **DataExceptionion was caught** <target>.EmployeeID and <source>.EmployeeID have conflicting properties: DataType property mismatch.
代码:
dttemp = table1.Copy(); dttemp.Merge(table2);
如何合并两个表(空值)