Just a quick one really, I'm just looking for a bit of clarification.
I'm looking to update multiple tables from one "Create" action, before I try it, I was just wondering if it's possible to simply just do the following:
db.hdCalls.InsertOnSubmit(a)
db.hdCustomers.InsertOnSubmit(b)
db.hdAssign.InsertOnSubmit(c)
db.SubmitChanges()
Or is it slightly more complicated than that?