'Merge two table,same column with empty values
Two datatables having same columns, unable to merge the table.
Getting error message - **DataExceptionion was caught** <target>.EmployeeID and <source>.EmployeeID have conflicting properties: DataType property mismatch.
Code:
dttemp = table1.Copy();
dttemp.Merge(table2);
How to merge two tables(null values)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|