Merging two tables columns in third table in VB.net Linq
LINQ
1
Posts
1
Posters
0
Views
1
Watching
-
I have a table which have columns(dynamic columns).It can have any number of columns. In another table I have one column. I have to merge these two tables structure and data in a third table. Can i do it without making iteration(Loops) in VB.net LINQ?