Table of Contents

Method DeleteDatabase

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

DeleteDatabase()

Delete the database specified in the connection options.

public bool DeleteDatabase()

Returns

bool

true if the database was deleted, false if it did not exist.