I\'m using EF Core and I\'m trying to use FromSqlRaw to delete all records from a table. While it doesn\'t throw an exception it also has no effect on the table.
I have:<