Releases: zzzprojects/GraphDiff
Releases · zzzprojects/GraphDiff
Release list
3.1.3
3.1.2
3.1.1
3.1.0
ADDED: Added support to EF6 6.3-Preview7 with .NET Standard 2.1
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
);v3.0.1
Download the library here
- FIXED: Issue when a model class was inside a class
v3.0.0
Download the library here
- Ownership has been transferred to ZZZ Projects
- ADDED: Signed Version