SyntaxFix
Write A Post
Hire A Developer
Questions
If need to copy from another table then need to copy structure first:
DataTable copyDt = existentDt.Clone(); copyDt.ImportRow(existentDt.Rows[0]);