v3.0.2
Download the library here
- ADDED:
AllowDeleteoverload to allow to disable theRemovepart.
Example
return myContext.UpdateGraph(grandParent,
map => map .OwnedCollection(gp => gp.Schemas, s=> s.OwnedCollection(s => s.ChildrenSchemas)),
false
);