Answer the question
In order to leave comments, you need to log in
Why does the Entity Framework object still persist despite context.detach()?
I take out the object and manipulate it. and After saving, I get a copy of the object in the database, regardless of context.detach. And yes, the object is inside the using(context) {} section. What am I doing wrong . After all, in theory, the entity framework should stop tracking the object and not save it?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question