Method DeleteDatabase
- Namespace
- MongoDB.EntityFrameworkCore.Storage
- Assembly
- MongoDB.EntityFrameworkCore.dll
DeleteDatabase()
Delete the database specified in the connection options.
bool DeleteDatabase()
Returns
- bool
trueif the database was deleted,falseif it did not exist.