Quantcast
Channel: ADO.NET, Entity Framework, LINQ to SQL, NHibernate
Viewing all articles
Browse latest Browse all 1698

how to copy data from one datatable with less columns to another datable with more columns

$
0
0

Hi Friends,

Lets say we have a datatable  dt1 with 3 columns C1,C2,C3  and another datatable with dt2 with C1,C2,C3,C4,C5

Now how can I copy records from dt1 to dt2 easily without any performance issue.


Viewing all articles
Browse latest Browse all 1698

Trending Articles