We have an diagnostics application that other applications call to register themselves with. When they do the diagnostics application creates a session entity, adds it to a DbSet and then call ...
Is there any way to apply a query filter to WHERE clause of generated UPDATE and DELETE statement using EF Core when you call SaveChanges? (Quite similar to Global query filters which work just for ...