ManagerForgetDatabase Method |
Removes the given database from the manager, along with any associated replications
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public void ForgetDatabase(
Database database
)
Parameters
- database
- Type: Couchbase.LiteDatabase
The database to remove
See Also