Looked at a few examples to insert data(links below) but dont see the syntax to reference the destination table.
Whats the LINQ to SQL version of INSERT INTO Table2
based on SQL code below?
--append to table
INSERT INTO table2
SELECT * FROM table1