I want to delete content of all tables (all entities) using Entity Framework 4+. How can this be done?
For EF 6:
DbSet.RemoveRange(DbSet);