❔ entity framework, update entity with relations
Is it okey to update entity framework entity by first removing entity and all relations and then recrete everything?
3 Replies
why would you want to do that rather than just updating the entity and calling SaveChanges?
That's not updating
That's deleting and adding
And, like... why
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.