Replies: 1 comment 1 reply
-
oh maybe i should try this SaveChangesWithoutTriggers... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to solve a problem where every time I save an entity of a specific type i need to update a property and the save it again. But i assume that will cause another after save trigger to be triggered and that will continue to in a loop? I guess one way to be use a second db context defined without the trigger, but i rather if i could go another way. Anyone solved/thought about this kind of problem?
Beta Was this translation helpful? Give feedback.
All reactions