Linq to sql Delete

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

Hello people:

First of all forgiveness for my English.
I am working with Linq to SQL, Visual Studio 2008 and SQL Server 2000.
When you delete a record and then go back to Insert (ie, insert a record
with the same primary key)
and I run SubmitChange it generates an key duplicate exception.
I am reviewing the SQL commands generated by linq, and I see that attempts
to run
first insert command, and then delete command.
I imagine that this is the problem because I expected the first run delete
and then Insert.
Any thoughts on this?
Thanks
 
Hi,

I saw this 100% exact question in the C# newsgroup. Is this a kind of fun?

Cor
 
Not. Forgiveness.
I am really worried, not in a clean way to solve it.
Greetings
 
Back
Top