User-554652102 posted
Hi, I use RefactorThis.GraphDiff library to edit an entity with all of related entities.
How can I ignore one or more specific columns when I use this library?
DataContext.UpdateGraph(entity, x => x.OwnedCollection(y => y.AttachmentFiles));
DataContext.SaveChanges();