[2008] LINQ to SQL Removing conflicting INSERT Statement from Changeset
Ok well the title pretty much says it all. I have a project i am working on using LINQ to SQL and I have run into an issue with a conflicting INSERT statement. It seems that the GetChangeSet.Inserts is readonly so i can't actually remove any conflicting inserts. I have also tried using the ChangeConflicts but apparently this doe snot cona5tian inserts so i can not resolve them that way. I have been reading around and have yet to find anything. Any help would be appreciated.
Re: [2008] LINQ to SQL Removing conflicting INSERT Statement from Changeset
Did you get an answer? I cannot find a satisfying answer myself.