Click or drag to resize

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
C#
public ICollection<Database> AllOpenDatabases()

Return Value

Type: ICollectionDatabase
All the databases that are open by this manager.
See Also