Table of Contents

Method DatabaseExists

Namespace
MongoDB.EntityFrameworkCore.Storage
Assembly
MongoDB.EntityFrameworkCore.dll

DatabaseExists()

Determine if the database already exists or not.

bool DatabaseExists()

Returns

bool

true if the database exists, false if it does not.