A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Couchbase.Lite
Manager Class
Manager Methods
AllOpenDatabases Method
Close Method
DeleteDatabase Method
ForgetDatabase Method
GetDatabase Method
GetExistingDatabase Method
IsValidDatabaseName Method
OpenDatabase Method
RegisterEncryptionKey Method
ReplaceDatabase Method
ToString Method
Manager
GetDatabase Method
Returns the
Database
with the given name. If the
Database
does not already exist, it is created.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
Copy
public
Database
GetDatabase
(
string
name
)
Parameters
name
Type:
System
String
Name.
Return Value
Type:
Database
The database.
Exceptions
Exception
Condition
CouchbaseLiteException
Thrown if an issue occurs while gettings or createing the
Database
.
See Also
Reference
Manager Class
Couchbase.Lite Namespace