MongoDatabase.Drop Method |
Drops a database.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.4.1
Syntaxpublic virtual void Drop()
Public Overridable Sub Drop
abstract Drop : unit -> unit
override Drop : unit -> unit
See Also