Click or drag to resize

Database Constructor (String, DatabaseOptions)

Creates a database given a name and some options

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0074
Syntax
C#
public Database(
	string name,
	DatabaseOptions options
)

Parameters

name
Type: SystemString
The name of the database
options
Type: Couchbase.LiteDatabaseOptions
The options to open it with
See Also