Click or drag to resize

Database Constructor (Database)

Copy constructor

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public Database(
	Database other
)

Parameters

other
Type: Couchbase.LiteDatabase
The database to copy from
See Also