New to EntityFramework Core. How do I clear all the rows in a table?
I searched around and found the following solution:
_context.Database.ExecuteSqlCo