Deferred deletion of root object ( in an object graph) #2976
Unanswered
Chicagoan2016
asked this question in
General
Replies: 1 comment 1 reply
-
Hmm, interesting. I would not have expected a problem. However, it's not a scenario in which I would normally use deferred deletion, I suppose. Normally I'm using it on items in a collection, because it's the collection as a whole - or the parent of it - that is being saved. |
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
-
We have never used deferred deletion on root objects, I was testing it today and I couldn't get it working.
The steps I followed.
It appears the object has to be 'dirty' before Save() would do anything?
FYI Immediate deletion has always worked for us.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions