To test integration, I need to erase all information about the data in the database. I am using Entity Framework 4 What is the most efficient way? It would be nice if I did not need to specify the names of tables or classes every time I add a new class to the model.
Thank!
source
share