Tagged Questions
2
votes
6answers
544 views
How to delete all database data with NHibernate?
Is it possible to delete all data in the database using NHibernate. I want to do that before starting each my unittests. Currently I drop my database and create it again but this is not acceptable ...