Hi, is it possible to update only a single field/column without loading the entity?
Normally i look up an entity through id and then update a field/property then use _context.Update() and save..
Why do I have to load the entity, is it not possible to say "update this property on any entites that have an emailproperty that matches xxx"?