Click or drag to resize

DatabaseFactoryCreate 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#
public static IDatabase Create(
	IDatabase other
)

Parameters

other
Type: Couchbase.LiteIDatabase
The IDatabase to clone name and options from

Return Value

Type: IDatabase
The instantiated IDatabase object
Exceptions
ExceptionCondition
LiteCoreExceptionAn error occurred during LiteCore interop
See Also