I'm using Linq from ASP.NET (C#); and I'm trying to add a 'clone record' function. This question - allows copying of a single record from a single table; how can I expand it to include associated records in tables linked through foreign keys?
I'm using Linq from ASP.NET (C#); and I'm trying to add a 'clone record' function. This question - allows copying of a single record from a single table; how can I expand it to include associated records in tables linked through foreign keys?