Method DatabaseExists
- Namespace
- MongoDB.EntityFrameworkCore.Storage
- Assembly
- MongoDB.EntityFrameworkCore.dll
DatabaseExists()
Determine if the database already exists or not.
bool DatabaseExists()
Returns
- bool
trueif the database exists,falseif it does not.