ManagerAllOpenDatabases Method |
Returns all the databases that are open by this manager.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public ICollection<Database> AllOpenDatabases()
Return Value
Type:
ICollectionDatabaseAll the databases that are open by this manager.
See Also