cross-object

Ccross table / object update with (Db)LINQ

Hi, I wonder if someone can help me out translating a MySQL query to (Db)LINQ statement. I’ve made a test case for what I want to do, so data and structure are different than what I really want to do, but it’s just meant to get it working. In a MySQL database I have this table: CREATE TABLE `mytable1` ( `id` int(11) NOT NUL...