blah blah blah is here! blah blah » Close

0
votes
1 answers

Update multiple tables in LINQtoSQL

Hi I want to perform an update query in the two tables below: ClientDetails --------------- ClientId (Primary key) ClientFirstName ClientLastName ClientEmploymentDetails ----------------------- ClientId (Foreign key related t ...

Feedback