Skip to content

v3.0.2

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 08 Oct 17:12
· 40 commits to master since this release
8ff568e

Download the library here

  • ADDED: AllowDelete overload to allow to disable the Remove part.

Example

return myContext.UpdateGraph(grandParent,
	map => map .OwnedCollection(gp => gp.Schemas, s=> s.OwnedCollection(s => s.ChildrenSchemas)),
	false
);