Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
DatabaseFactory Class
DatabaseFactory Methods
Create Method
Create Method (String)
Create Method (IDatabase)
Create Method (String, DatabaseOptions)
DatabaseFactory
Create Method (IDatabase)
Creates an
IDatabase
object using the source object as a model for creation.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Copy
public
static
IDatabase
Create
(
IDatabase
other
)
Parameters
other
Type:
Couchbase.Lite
IDatabase
The
IDatabase
to clone name and options from
Return Value
Type:
IDatabase
The instantiated
IDatabase
object
Exceptions
Exception
Condition
LiteCoreException
An error occurred during LiteCore interop
See Also
Reference
DatabaseFactory Class
Create Overload
Couchbase.Lite Namespace